-
-
Notifications
You must be signed in to change notification settings - Fork 363
refactor(session-replay): Add separate files and missing type prefix #5343
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
Let CI fail if there is wrongly formatted Swift or code formatted with clang-format.
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
3a6495e | 1227.61 ms | 1239.22 ms | 11.60 ms |
ee00d2b | 1228.35 ms | 1250.04 ms | 21.69 ms |
4afae53 | 1217.65 ms | 1229.27 ms | 11.62 ms |
89491ad | 1222.12 ms | 1231.96 ms | 9.83 ms |
5d6ce0e | 1206.72 ms | 1228.67 ms | 21.95 ms |
2124551 | 1265.50 ms | 1276.44 ms | 10.94 ms |
2d2068d | 1238.02 ms | 1249.90 ms | 11.88 ms |
ecd9ecd | 1191.76 ms | 1216.92 ms | 25.16 ms |
3cba0e8 | 1236.29 ms | 1271.21 ms | 34.92 ms |
4597906 | 1228.37 ms | 1242.29 ms | 13.92 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
3a6495e | 21.58 KiB | 422.66 KiB | 401.08 KiB |
ee00d2b | 23.76 KiB | 821.43 KiB | 797.67 KiB |
4afae53 | 22.84 KiB | 402.08 KiB | 379.24 KiB |
89491ad | 21.58 KiB | 417.89 KiB | 396.30 KiB |
5d6ce0e | 22.85 KiB | 405.38 KiB | 382.53 KiB |
2124551 | 22.85 KiB | 411.69 KiB | 388.84 KiB |
2d2068d | 21.58 KiB | 729.47 KiB | 707.89 KiB |
ecd9ecd | 20.76 KiB | 420.23 KiB | 399.47 KiB |
3cba0e8 | 22.84 KiB | 403.19 KiB | 380.34 KiB |
4597906 | 21.58 KiB | 678.19 KiB | 656.61 KiB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5343 +/- ##
=============================================
+ Coverage 86.043% 86.046% +0.002%
=============================================
Files 397 399 +2
Lines 34593 34621 +28
Branches 14975 14976 +1
=============================================
+ Hits 29765 29790 +25
- Misses 4786 4789 +3
Partials 42 42
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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, just a couple small things you can do if you like.
Sources/Swift/Integrations/SessionReplay/SentryOnDemandReplay.swift
Outdated
Show resolved
Hide resolved
Co-authored-by: Andrew McKnight <andrew.mcknight@sentry.io>
…5343) Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io> Co-authored-by: Andrew McKnight <andrew.mcknight@sentry.io>
Sentry
for crash detection.image
tomaskedViewImage
in multiple occurences to indicate what kind of image it is.Blocked by:
These changes are derived from #5073
#skip-changelog