Skip to content
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(V9) Fix check type test #4587

Merged
merged 4 commits into from
Feb 25, 2025
Merged

Fix(V9) Fix check type test #4587

merged 4 commits into from
Feb 25, 2025

Conversation

lucas-zimerman
Copy link
Collaborator

@lucas-zimerman lucas-zimerman commented Feb 24, 2025

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

💡 Motivation and Context

With V9, a new issue was found here getsentry/sentry-javascript#15471.
To mitigate it, I have declared new globals for V9.

💚 How did you test it?

CI

📝 Checklist

  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • All tests passing
  • No breaking changes

🔮 Next steps

#skip-changelog

Copy link
Contributor

github-actions bot commented Feb 24, 2025

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 415.38 ms 444.91 ms 29.54 ms
Size 17.75 MiB 20.10 MiB 2.36 MiB

Baseline results on branch: lz/bump/jsv9

Startup times

Revision Plain With Sentry Diff
71f7309 412.45 ms 431.62 ms 19.18 ms
e54b1ed 434.79 ms 429.52 ms -5.27 ms
345e497 397.98 ms 423.40 ms 25.42 ms

App size

Revision Plain With Sentry Diff
71f7309 17.75 MiB 20.10 MiB 2.36 MiB
e54b1ed 17.75 MiB 20.10 MiB 2.36 MiB
345e497 17.75 MiB 20.10 MiB 2.36 MiB

Previous results on branch: lz/fix-type

Startup times

Revision Plain With Sentry Diff
ec0c6af 429.16 ms 453.97 ms 24.82 ms

App size

Revision Plain With Sentry Diff
ec0c6af 17.75 MiB 20.10 MiB 2.36 MiB

Copy link
Contributor

github-actions bot commented Feb 24, 2025

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 352.39 ms 338.00 ms -14.39 ms
Size 7.15 MiB 8.37 MiB 1.22 MiB

Baseline results on branch: lz/bump/jsv9

Startup times

Revision Plain With Sentry Diff
345e497+dirty 375.33 ms 377.23 ms 1.90 ms
71f7309+dirty 361.15 ms 369.90 ms 8.75 ms
e54b1ed+dirty 435.06 ms 429.19 ms -5.87 ms

App size

Revision Plain With Sentry Diff
345e497+dirty 7.15 MiB 8.37 MiB 1.22 MiB
71f7309+dirty 7.15 MiB 8.37 MiB 1.22 MiB
e54b1ed+dirty 7.15 MiB 8.37 MiB 1.22 MiB

Previous results on branch: lz/fix-type

Startup times

Revision Plain With Sentry Diff
ec0c6af+dirty 402.59 ms 403.45 ms 0.85 ms

App size

Revision Plain With Sentry Diff
ec0c6af+dirty 7.15 MiB 8.37 MiB 1.22 MiB

Copy link
Contributor

github-actions bot commented Feb 24, 2025

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1212.89 ms 1231.68 ms 18.79 ms
Size 2.63 MiB 3.73 MiB 1.10 MiB

Baseline results on branch: lz/bump/jsv9

Startup times

Revision Plain With Sentry Diff
e54b1ed+dirty 1227.33 ms 1254.46 ms 27.14 ms
345e497+dirty 1218.83 ms 1218.73 ms -0.10 ms
71f7309+dirty 1222.02 ms 1224.81 ms 2.79 ms

App size

Revision Plain With Sentry Diff
e54b1ed+dirty 2.63 MiB 3.68 MiB 1.05 MiB
345e497+dirty 2.63 MiB 3.68 MiB 1.05 MiB
71f7309+dirty 2.63 MiB 3.73 MiB 1.10 MiB

Previous results on branch: lz/fix-type

Startup times

Revision Plain With Sentry Diff
ec0c6af+dirty 1223.23 ms 1216.35 ms -6.87 ms

App size

Revision Plain With Sentry Diff
ec0c6af+dirty 2.63 MiB 3.73 MiB 1.10 MiB

Copy link
Contributor

github-actions bot commented Feb 24, 2025

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1220.09 ms 1223.46 ms 3.37 ms
Size 3.19 MiB 4.30 MiB 1.11 MiB

Baseline results on branch: lz/bump/jsv9

Startup times

Revision Plain With Sentry Diff
e54b1ed+dirty 1227.90 ms 1230.92 ms 3.02 ms
345e497+dirty 1210.67 ms 1207.50 ms -3.17 ms
71f7309+dirty 1206.00 ms 1214.28 ms 8.28 ms

App size

Revision Plain With Sentry Diff
e54b1ed+dirty 3.19 MiB 4.25 MiB 1.06 MiB
345e497+dirty 3.19 MiB 4.25 MiB 1.06 MiB
71f7309+dirty 3.19 MiB 4.30 MiB 1.11 MiB

Previous results on branch: lz/fix-type

Startup times

Revision Plain With Sentry Diff
ec0c6af+dirty 1224.90 ms 1225.92 ms 1.02 ms

App size

Revision Plain With Sentry Diff
ec0c6af+dirty 3.19 MiB 4.30 MiB 1.11 MiB

Copy link
Member

@krystofwoldrich krystofwoldrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀 Thank you.

@lucas-zimerman lucas-zimerman marked this pull request as ready for review February 25, 2025 12:35
@lucas-zimerman lucas-zimerman merged commit 39a81c7 into lz/bump/jsv9 Feb 25, 2025
66 checks passed
@lucas-zimerman lucas-zimerman deleted the lz/fix-type branch February 25, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants