-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
chore(deps): update JavaScript SDK to v7.39.0 #2836
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
requested review from
marandaneto and
krystofwoldrich
as code owners
February 18, 2023 03:03
github-actions
bot
added
the
dependencies
Pull requests that update a dependency file
label
Feb 18, 2023
bruno-garcia
force-pushed
the
deps/scripts/update-javascript.sh
branch
2 times, most recently
from
February 21, 2023 15:11
799a3dd
to
8aa99b1
Compare
Android (legacy) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d197b5c+dirty | 338.94 ms | 354.87 ms | 15.93 ms |
9a3ca65+dirty | 326.93 ms | 330.14 ms | 3.21 ms |
86d6d2c+dirty | 332.90 ms | 352.45 ms | 19.55 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d197b5c+dirty | 17.73 MiB | 20.04 MiB | 2.31 MiB |
9a3ca65+dirty | 17.73 MiB | 20.04 MiB | 2.31 MiB |
86d6d2c+dirty | 17.73 MiB | 20.04 MiB | 2.31 MiB |
iOS (new) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d197b5c+dirty | 1234.80 ms | 1249.20 ms | 14.40 ms |
9a3ca65+dirty | 1276.40 ms | 1279.14 ms | 2.74 ms |
86d6d2c+dirty | 1291.62 ms | 1296.80 ms | 5.18 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d197b5c+dirty | 2.92 MiB | 3.37 MiB | 464.41 KiB |
9a3ca65+dirty | 2.92 MiB | 3.37 MiB | 464.32 KiB |
86d6d2c+dirty | 2.92 MiB | 3.37 MiB | 464.31 KiB |
Android (new) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d197b5c+dirty | 258.75 ms | 313.61 ms | 54.86 ms |
9a3ca65+dirty | 344.96 ms | 358.92 ms | 13.96 ms |
86d6d2c+dirty | 267.21 ms | 325.24 ms | 58.04 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d197b5c+dirty | 7.15 MiB | 8.09 MiB | 962.72 KiB |
9a3ca65+dirty | 7.15 MiB | 8.09 MiB | 962.83 KiB |
86d6d2c+dirty | 7.15 MiB | 8.09 MiB | 962.69 KiB |
bruno-garcia
force-pushed
the
deps/scripts/update-javascript.sh
branch
from
February 21, 2023 16:33
8aa99b1
to
2bdfa1d
Compare
iOS (legacy) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d197b5c+dirty | 1217.61 ms | 1242.66 ms | 25.05 ms |
9a3ca65+dirty | 1247.06 ms | 1274.58 ms | 27.52 ms |
86d6d2c+dirty | 1267.55 ms | 1286.21 ms | 18.66 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d197b5c+dirty | 2.36 MiB | 2.82 MiB | 462.86 KiB |
9a3ca65+dirty | 2.36 MiB | 2.82 MiB | 462.89 KiB |
86d6d2c+dirty | 2.36 MiB | 2.82 MiB | 462.82 KiB |
bruno-garcia
force-pushed
the
deps/scripts/update-javascript.sh
branch
3 times, most recently
from
February 27, 2023 10:11
9e831e8
to
cd620d5
Compare
github-actions
bot
changed the title
chore(deps): update JavaScript SDK to v7.38.0
chore(deps): update JavaScript SDK to v7.39.0
Feb 27, 2023
bruno-garcia
force-pushed
the
deps/scripts/update-javascript.sh
branch
from
February 27, 2023 16:17
cd620d5
to
8316b12
Compare
bruno-garcia
force-pushed
the
deps/scripts/update-javascript.sh
branch
from
February 28, 2023 14:08
8316b12
to
e5d0b9e
Compare
krystofwoldrich
approved these changes
Feb 28, 2023
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 🚀
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-javascript.sh from 7.37.2 to 7.39.0.
Auto-generated by a dependency updater.
Changelog
7.39.0
This release adds a new package,
sentry/angular-ivy
, which is our Angular SDK with full support for Angular's rendering engine, Ivy.This release also adds a new
enableTracing
option, which can be used instead oftracesSampleRate
for an easier setup.Related to this, the
hasTracingEnabled
utility function was moved fromsentry/tracing
tosentry/core
.The old export from
sentry/tracing
has been deprecated and will be removed in v8.debug_meta
(#7168)VERCEL_ENV
as environment (#7227)enableTracing
option (#7238)Replay
rrweb
changes:sentry-internal/rrweb
was updated from 1.103.0 to 1.104.1 (#7238):typings/types
(#60)autoplay
attribute from audio/video tags (#59)modulepreload
as well (#52)maskAllInputs:false
(#61)rootShadowHost
check (#50)7.38.0
abs_path
into stack frame object (#7167)Offline
integration (#7063)PerformanceResourceTiming.renderBlockingStatus
(#7127)maxWait
(#7207, #7208)Work in this release contributed by lucas-zimermann. Thank you for your contribution!