-
-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Enable enableScopeSync by default for Android #1928
Conversation
@@ -249,7 +249,10 @@ | |||
/** list of scope observers */ | |||
private final @NotNull List<IScopeObserver> observers = new ArrayList<>(); | |||
|
|||
/** Enable the Java to NDK Scope sync */ | |||
/** | |||
* Enable the Java to NDK Scope sync. The default value for sentry-java is disabled and enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Enable the Java to NDK Scope sync. The default value for sentry-java is disabled and enabled | |
* Enable the Java to Native Scope sync. The default value for sentry-java is disabled and enabled |
I think NDK is something Android-specific and these are general Java options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now we only support NDK anyway, Its fine IMO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! We need to make sure docs are changed too before we release
📜 Description
Feat: Enable enableScopeSync by default for Android
💡 Motivation and Context
Closes #1914
💚 How did you test it?
📝 Checklist
🔮 Next steps