-
-
Notifications
You must be signed in to change notification settings - Fork 277
Fix SDK names in the native SDKs #1320
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
Conversation
flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt
Outdated
Show resolved
Hide resolved
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## v7.0.0 #1320 +/- ##
=======================================
Coverage 90.41% 90.41%
=======================================
Files 168 168
Lines 5246 5246
=======================================
Hits 4743 4743
Misses 503 503
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
@bruno-garcia can you double-check if the SDK names are matching your spec? |
bruno-garcia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The names make sense to me: basically appending just .flutter 👌
📜 Description
Change SDK names of the Native SDKs when embedded in a Hybrid SDK.
#skip-changelog
💡 Motivation and Context
Fix #1185
💚 How did you test it?
📝 Checklist
sendDefaultPiiis enabled🔮 Next steps