-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Feat: Allow setting SDK info (name & version) in manifest #2016
Conversation
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.
LGTM. Lets see what @marandaneto and @romtsn think about this
8751608
to
5474694
Compare
sentry-android-core/src/main/java/io/sentry/android/core/ManifestMetadataReader.java
Show resolved
Hide resolved
sentry-android-core/src/main/java/io/sentry/android/core/ManifestMetadataReader.java
Outdated
Show resolved
Hide resolved
sentry-android-core/src/test/java/io/sentry/android/core/ManifestMetadataReaderTest.kt
Outdated
Show resolved
Hide resolved
201b9ed
to
e3935e0
Compare
@vaind please target the |
sentry-android-core/src/main/java/io/sentry/android/core/ManifestMetadataReader.java
Outdated
Show resolved
Hide resolved
e3935e0
to
762751c
Compare
done |
762751c
to
42c3ddf
Compare
Codecov Report
@@ Coverage Diff @@
## 6.x.x #2016 +/- ##
=========================================
Coverage 80.79% 80.79%
Complexity 3146 3146
=========================================
Files 228 228
Lines 11645 11645
Branches 1565 1565
=========================================
Hits 9409 9409
Misses 1649 1649
Partials 587 587 Continue to review full report at Codecov.
|
b437465
to
11e539c
Compare
📜 Description
Enables users to override the SDK info
💡 Motivation and Context
This allows other SDKs that use sentry-cocoa internally to identify the events. Enables getsentry/sentry-unity#616
💚 How did you test it?
Added a test case
📝 Checklist