File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/Sentry/Platforms/Android Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Make ` Sentry.AspNetCore.Blazor.WebAssembly ` generally available. ([ #3674 ] ( https://github.com/getsentry/sentry-dotnet/pull/3674 ) )
8
8
9
+ ### Fixes
10
+
11
+ - Events from NDK on Android will report sdk.name ` sentry.native.android.dotnet ` ([ #3682 ] ( https://github.com/getsentry/sentry-dotnet/pull/3682 ) )
12
+
9
13
### Dependencies
10
14
11
15
- Bump Java SDK from v7.14.0 to v7.15.0 ([ #3670 ] ( https://github.com/getsentry/sentry-dotnet/pull/3670 ) )
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ private static void InitSentryAndroidSdk(SentryOptions options)
167
167
o . EnableExternalConfiguration = false ;
168
168
o . EnableDeduplication = false ;
169
169
o . AttachServerName = false ;
170
- o . NativeSdkName = "sentry.native.dotnet" ;
170
+ o . NativeSdkName = "sentry.native.android. dotnet" ;
171
171
172
172
// These options are intentionally not expose or modified
173
173
//o.MaxRequestBodySize // N/A for Android apps
You can’t perform that action at this time.
0 commit comments