You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't seem possible to start a new recording session using the react native package as one can using the javascript package, i.e:
// You can access the active replay instance from anywhere in your code like this:
const replay = Sentry.getReplay();
// This starts in `session` mode, regardless of sample rates
replay.start();
I would like to start recording sessions based on the value of a feature flag, so I don't just want a sample rate as set in the Sentry.init call:
It doesn't seem possible to start a new recording session using the react native package as one can using the javascript package, i.e:
I would like to start recording sessions based on the value of a feature flag, so I don't just want a sample rate as set in the Sentry.init call:
Am I missing something or is this something that could be supported in the future?
The text was updated successfully, but these errors were encountered: