- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 225
fix: sdk name for native on android #3682
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
Conversation
| o.EnableDeduplication = false; | ||
| o.AttachServerName = false; | ||
| o.NativeSdkName = "sentry.native.dotnet"; | ||
| o.NativeSdkName = "sentry.native.android.dotnet"; | 
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.
I take it this doesn't address whatever the more fundamental problem in #3654?
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.
Yes it does.
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.
LGTM
| 
 Instructions and example for changelogPlease add an entry to  Example: ## Unreleased
- sdk name for native on android ([#3682](https://github.com/getsentry/sentry-dotnet/pull/3682))If none of the above apply, you can opt out of this check by adding  | 
We append
.platformwhen 'wrapping' another SDK.sentry.nativeon Android, because of its custom unwinder and other significant changes (it's also built through sentry-java repo). Has a different SDK name:https://github.com/getsentry/sentry-native/blob/b555a978986f882abb3161bd1c848339f9a2cc1a/include/sentry.h#L28
Resolves: