We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8e22d commit 3e8edb7Copy full SHA for 3e8edb7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+## Fixes
6
7
+- Set the native sdk name for Android ([#2389](https://github.com/getsentry/sentry-dotnet/pull/2389))
8
9
## 3.33.0
10
11
### Features
src/Sentry/Platforms/Android/SentrySdk.cs
@@ -163,6 +163,7 @@ private static void InitSentryAndroidSdk(SentryOptions options)
163
o.EnableExternalConfiguration = false;
164
o.EnableDeduplication = false;
165
o.AttachServerName = false;
166
+ o.NativeSdkName = "sentry.native.dotnet";
167
168
// These options are intentionally not expose or modified
169
//o.MaxRequestBodySize // N/A for Android apps
0 commit comments