Replies: 1 comment
-
Hi, the SDK gets the release information from the native side if there is no release information set in javascript. Here is the logic: What do you mean by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
We moved to initialising and setting the release string on the native side.
Unfortunately when we initialse Sentry on the JS side (with
autoInitializeNativeSdk: false
), all subsequent events recieve the default release string, even though we set our release string on the native side.Is there a way to opt-out of this and force the SDK to use the release string we set on the native side?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions