Skip to content

Commit 3e8edb7

Browse files
Set the native sdk name for Android (#2389)
* Set Native SDK name on Android * Update CHANGELOG.md
1 parent 5a8e22d commit 3e8edb7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
## Fixes
6+
7+
- Set the native sdk name for Android ([#2389](https://github.com/getsentry/sentry-dotnet/pull/2389))
8+
39
## 3.33.0
410

511
### Features

src/Sentry/Platforms/Android/SentrySdk.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ private static void InitSentryAndroidSdk(SentryOptions options)
163163
o.EnableExternalConfiguration = false;
164164
o.EnableDeduplication = false;
165165
o.AttachServerName = false;
166+
o.NativeSdkName = "sentry.native.dotnet";
166167

167168
// These options are intentionally not expose or modified
168169
//o.MaxRequestBodySize // N/A for Android apps

0 commit comments

Comments
 (0)