-
-
Notifications
You must be signed in to change notification settings - Fork 465
Remove duplicate calls to addPackage
#4285
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-versions-android
7 tasks
Contributor
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 492b1c1 | 384.80 ms | 424.71 ms | 39.91 ms |
| 0e6c63e | 434.11 ms | 493.36 ms | 59.25 ms |
| d02b5f0 | 422.92 ms | 462.67 ms | 39.76 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 492b1c1 | 1.58 MiB | 2.22 MiB | 654.88 KiB |
| 0e6c63e | 1.58 MiB | 2.22 MiB | 654.89 KiB |
| d02b5f0 | 1.58 MiB | 2.22 MiB | 654.89 KiB |
addPackage
lcian
approved these changes
Mar 25, 2025
Base automatically changed from
feat/crash-on-startup-with-mixed-versions
to
main
March 27, 2025 12:46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#skip-changelog
📜 Description
SentryIntegrationPackageStorage.addPackagecalls have been moved tostatic/companion object initblocks in #4271💡 Motivation and Context
No need to call it twice.
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps