Skip to content

Commit

Permalink
Set the native sdk name for Android (#2389)
Browse files Browse the repository at this point in the history
* Set Native SDK name on Android

* Update CHANGELOG.md
  • Loading branch information
mattjohnsonpint authored May 23, 2023
1 parent 5a8e22d commit 3e8edb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

## Fixes

- Set the native sdk name for Android ([#2389](https://github.com/getsentry/sentry-dotnet/pull/2389))

## 3.33.0

### Features
Expand Down
1 change: 1 addition & 0 deletions src/Sentry/Platforms/Android/SentrySdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ private static void InitSentryAndroidSdk(SentryOptions options)
o.EnableExternalConfiguration = false;
o.EnableDeduplication = false;
o.AttachServerName = false;
o.NativeSdkName = "sentry.native.dotnet";
// These options are intentionally not expose or modified
//o.MaxRequestBodySize // N/A for Android apps
Expand Down

0 comments on commit 3e8edb7

Please sign in to comment.