-
-
Notifications
You must be signed in to change notification settings - Fork 363
fix: Infinite Session Replay Processing Loop #5765
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
Fix an infinite processing loop in SentryOnDemandReplay when not being able to read an image. Fixes GH-5757
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5765 +/- ##
=============================================
+ Coverage 86.218% 86.683% +0.464%
=============================================
Files 423 423
Lines 36267 36330 +63
Branches 15318 17095 +1777
=============================================
+ Hits 31269 31492 +223
+ Misses 4957 4792 -165
- Partials 41 46 +5
... and 37 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
acac774 | 1217.76 ms | 1253.29 ms | 35.52 ms |
0759f32 | 1237.10 ms | 1257.35 ms | 20.25 ms |
efab7d3 | 1219.98 ms | 1252.12 ms | 32.14 ms |
22b6996 | 1234.00 ms | 1263.24 ms | 29.24 ms |
63ac649 | 1192.10 ms | 1216.78 ms | 24.68 ms |
102cf89 | 1218.31 ms | 1239.78 ms | 21.47 ms |
7fc6927 | 1221.21 ms | 1242.36 ms | 21.15 ms |
bce9765 | 1229.42 ms | 1243.49 ms | 14.07 ms |
736bcfb | 1229.86 ms | 1249.59 ms | 19.73 ms |
035974f | 1225.89 ms | 1251.23 ms | 25.34 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
acac774 | 23.75 KiB | 866.51 KiB | 842.76 KiB |
0759f32 | 23.75 KiB | 880.20 KiB | 856.46 KiB |
efab7d3 | 23.75 KiB | 912.78 KiB | 889.03 KiB |
22b6996 | 23.75 KiB | 908.02 KiB | 884.27 KiB |
63ac649 | 23.75 KiB | 855.38 KiB | 831.63 KiB |
102cf89 | 23.74 KiB | 891.02 KiB | 867.27 KiB |
7fc6927 | 23.75 KiB | 908.54 KiB | 884.79 KiB |
bce9765 | 23.74 KiB | 874.06 KiB | 850.32 KiB |
736bcfb | 23.74 KiB | 891.02 KiB | 867.28 KiB |
035974f | 23.74 KiB | 874.07 KiB | 850.33 KiB |
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, thank you for fixing this!
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- Infinite Session Replay Processing Loop ([#5765](https://github.com/getsentry/sentry-cocoa/pull/5765)) If none of the above apply, you can opt out of this check by adding |
📜 Description
Fix an infinite processing loop in SentryOnDemandReplay when not being able to read an image.
💡 Motivation and Context
Fixes GH-5757
💚 How did you test it?
Unit test
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.