-
-
Notifications
You must be signed in to change notification settings - Fork 354
fix(session-replay): fixes navigation breadcrumb filtering after Cocoa 8.53.2 bump #4988
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
fix(session-replay): fixes navigation breadcrumb filtering after Cocoa 8.53.2 bump #4988
Conversation
Android (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f139dae | 415.36 ms | 400.73 ms | -14.63 ms |
| ba483fc | 407.51 ms | 398.52 ms | -8.99 ms |
| 6c67a16 | 442.07 ms | 454.91 ms | 12.84 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| f139dae | 17.75 MiB | 20.15 MiB | 2.40 MiB |
| ba483fc | 17.75 MiB | 20.15 MiB | 2.40 MiB |
| 6c67a16 | 17.75 MiB | 20.15 MiB | 2.40 MiB |
Android (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 6c67a16+dirty | 408.86 ms | 440.96 ms | 32.10 ms |
| f139dae+dirty | 383.66 ms | 389.28 ms | 5.62 ms |
| ba483fc+dirty | 432.91 ms | 454.14 ms | 21.23 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 6c67a16+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
| f139dae+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
| ba483fc+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
iOS (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ba483fc+dirty | 1211.24 ms | 1220.49 ms | 9.24 ms |
| 6c67a16+dirty | 1218.27 ms | 1224.22 ms | 5.96 ms |
| f139dae+dirty | 1220.86 ms | 1233.21 ms | 12.35 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ba483fc+dirty | 2.63 MiB | 3.78 MiB | 1.15 MiB |
| 6c67a16+dirty | 2.63 MiB | 3.78 MiB | 1.15 MiB |
| f139dae+dirty | 2.63 MiB | 3.80 MiB | 1.17 MiB |
iOS (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ba483fc+dirty | 1203.07 ms | 1213.62 ms | 10.55 ms |
| 6c67a16+dirty | 1220.52 ms | 1223.47 ms | 2.95 ms |
| f139dae+dirty | 1213.82 ms | 1215.87 ms | 2.05 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ba483fc+dirty | 3.19 MiB | 4.35 MiB | 1.17 MiB |
| 6c67a16+dirty | 3.19 MiB | 4.35 MiB | 1.16 MiB |
| f139dae+dirty | 3.19 MiB | 4.36 MiB | 1.17 MiB |
26b416d to
a81285b
Compare
|
are you planning to undo this fix after a new cocoa release is done? |
Yes the changes on this PR can be reverted as soon as getsentry/sentry-cocoa#5606 gets released |
lucas-zimerman
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.
LGTM!
Lets just make a simple issue to remind that we need to rollback this code once a new release of cocoa is made
Opened #4991 |
e71b4c2
into
deps/scripts/update-cocoa.sh
* chore: update scripts/update-cocoa.sh to 8.53.2 * fix(session-replay): fixes navigation breadcrumb filtering after Cocoa 8.53.2 bump (#4988) * chore: update scripts/update-cocoa.sh to 8.53.2 * fix(session-replay): fixes navigation breadcrumb filtering after Cocoa 8.53.2 bump * Remove duplicate changelog entry after merge --------- Co-authored-by: GitHub <noreply@github.com> --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Antonis Lilis <antonis.lilis@gmail.com>
📢 Type of change
📜 Description
Fixes navigation breadcrumb filtering after Cocoa 8.53.2 bump.
Note that this is a temporary fix to unblock #4986 till getsentry/sentry-cocoa#5606 is release.
💡 Motivation and Context
The following code
was failing with (example CI failure)
due to the changes in getsentry/sentry-cocoa#5524
💚 How did you test it?
Manual, CI
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps
#skip-changelog