-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Change SDK name of Sentry Native for Flutter #1333
Comments
|
Created getsentry/sentry-native#821 |
getsentry/sentry-native#821 is merged, now the Android SDK has to offer a public API or append |
Now its possible to set the sentry-native SDK name at runtime getsentry/sentry-java#2704 |
Description
Right now it is
sentry.native.android
and this is set at compile time.Ideally, this would be
sentry.native.android.flutter
or justsentry.native.flutter
.The text was updated successfully, but these errors were encountered: