Skip to content
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

Merged
merged 5 commits into from
Mar 2, 2022

Conversation

marandaneto
Copy link
Contributor

📜 Description

Feat: Enable enableScopeSync by default for Android

💡 Motivation and Context

Closes #1914

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

🔮 Next steps

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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?

Copy link
Contributor Author

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.

Copy link
Member

@bruno-garcia bruno-garcia left a 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

@marandaneto marandaneto merged commit 0c48e6b into 6.x.x Mar 2, 2022
@marandaneto marandaneto deleted the feat/enable-scope-sync-android branch March 2, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants