-
-
Notifications
You must be signed in to change notification settings - Fork 372
ref: Deprecate integrations option #5749
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
d906c16 to
4f9ee67
Compare
❌ 1 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| a2a3bfb | 1227.94 ms | 1261.26 ms | 33.32 ms |
| d7461dc | 1233.69 ms | 1255.29 ms | 21.60 ms |
| c585b1e | 1232.88 ms | 1249.45 ms | 16.58 ms |
| 4e3915a | 1230.02 ms | 1258.90 ms | 28.88 ms |
| bbe6658 | 1221.00 ms | 1248.51 ms | 27.51 ms |
| bce9765 | 1229.42 ms | 1243.49 ms | 14.07 ms |
| 134fbdf | 1219.71 ms | 1240.35 ms | 20.64 ms |
| f92cfa9 | 1228.45 ms | 1251.33 ms | 22.88 ms |
| 0529194 | 1237.23 ms | 1254.67 ms | 17.44 ms |
| 42cfd79 | 1222.13 ms | 1244.23 ms | 22.10 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| a2a3bfb | 23.75 KiB | 872.67 KiB | 848.92 KiB |
| d7461dc | 23.75 KiB | 874.45 KiB | 850.70 KiB |
| c585b1e | 23.75 KiB | 879.95 KiB | 856.21 KiB |
| 4e3915a | 23.75 KiB | 858.69 KiB | 834.94 KiB |
| bbe6658 | 23.75 KiB | 908.02 KiB | 884.27 KiB |
| bce9765 | 23.74 KiB | 874.06 KiB | 850.32 KiB |
| 134fbdf | 23.75 KiB | 875.25 KiB | 851.50 KiB |
| f92cfa9 | 23.75 KiB | 855.38 KiB | 831.62 KiB |
| 0529194 | 23.74 KiB | 891.02 KiB | 867.28 KiB |
| 42cfd79 | 23.75 KiB | 880.20 KiB | 856.45 KiB |
4f9ee67 to
894e4ac
Compare
philipphofmann
approved these changes
Jul 30, 2025
Member
philipphofmann
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.
Makes sense, good catch thank you.
philipsawyerdd
added a commit
to justin-doordash/sentry-cocoa
that referenced
this pull request
Sep 25, 2025
This reverts commit fae97e5.
philipsawyerdd
added a commit
to justin-doordash/sentry-cocoa
that referenced
this pull request
Sep 25, 2025
This reverts commit fae97e5.
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.
The "integrations" options would print a warning message saying it was deprecated every time it was used. To make this a bit more user friendly I converted it to an actual deprecation attribute.
Also removed the option entirely from V9 since it is deprecated.