Skip to content

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
Contributor

@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
lucas-zimerman added a commit that referenced this pull request Apr 15, 2025
* bump SDKs

* bump SDKs

* fix build

* fix tests

* fix tests

* fix lint errors

* test ts 5.0

* rollback

* fix merge conflict with yarn

* fix new lint issue

* sync yarn.lock with V7 branch and install new packages

* ensure we are using the JS version from the  default node resolution

* update changelog with javascript version bump

* fix check type (#4587)

* add major changes to the SDK

* fix lint

* review check: fix changelog PR number / Fix wrapper incorrect null check / removed comment from rnerror handler / removed comment from span / fix test from userInteraction

* fix incorrect cli version

* fix lint

* remove shutdowntimeout from android / use newer wizard version

* rollback feedback test change, rollback jest version, fix safe test

* return shutdowntimeout

* explain tracing sample rate

* fix tracing extension test

* lint fix

* update changelog

* fix yarn lock merge/ fix  ts-jest version no longer exists / fix core version on samples and e2e

* fix lint on addTimeToInitialDisplay

* fix issue with UIManager test

* moved major changes to the correct spot
lucas-zimerman added a commit that referenced this pull request Apr 15, 2025
* bump SDKs

* bump SDKs

* fix build

* fix tests

* fix tests

* fix lint errors

* test ts 5.0

* rollback

* fix merge conflict with yarn

* fix new lint issue

* sync yarn.lock with V7 branch and install new packages

* ensure we are using the JS version from the  default node resolution

* update changelog with javascript version bump

* fix check type (#4587)

* add major changes to the SDK

* fix lint

* review check: fix changelog PR number / Fix wrapper incorrect null check / removed comment from rnerror handler / removed comment from span / fix test from userInteraction

* fix incorrect cli version

* fix lint

* remove shutdowntimeout from android / use newer wizard version

* rollback feedback test change, rollback jest version, fix safe test

* return shutdowntimeout

* explain tracing sample rate

* fix tracing extension test

* lint fix

* update changelog

* fix yarn lock merge/ fix  ts-jest version no longer exists / fix core version on samples and e2e

* fix lint on addTimeToInitialDisplay

* fix issue with UIManager test

* add browserSessionIntegration for web

* moved major changes to the correct spot

* merge father branch, update changelog about react native web changes

* add PR number

* Update CHANGELOG.md

Co-authored-by: Antonis Lilis <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Antonis Lilis <[email protected]>

---------

Co-authored-by: Antonis Lilis <[email protected]>
lucas-zimerman added a commit that referenced this pull request Apr 15, 2025
* bump SDKs

* bump SDKs

* fix build

* fix tests

* fix tests

* fix lint errors

* test ts 5.0

* rollback

* fix merge conflict with yarn

* fix new lint issue

* sync yarn.lock with V7 branch and install new packages

* ensure we are using the JS version from the  default node resolution

* update changelog with javascript version bump

* fix check type (#4587)

* add major changes to the SDK

* fix lint

* review check: fix changelog PR number / Fix wrapper incorrect null check / removed comment from rnerror handler / removed comment from span / fix test from userInteraction

* fix incorrect cli version

* fix lint

* remove shutdowntimeout from android / use newer wizard version

* rollback feedback test change, rollback jest version, fix safe test

* return shutdowntimeout

* explain tracing sample rate

* fix tracing extension test

* lint fix

* update changelog

* fix yarn lock merge/ fix  ts-jest version no longer exists / fix core version on samples and e2e

* fix lint on addTimeToInitialDisplay

* fix issue with UIManager test

* use main carrier

* fix yarn lint

* moved major changes to the correct spot
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