chore(deps): update JavaScript SDK to v7.24.2 #2648
Merged
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.23.0 to 7.24.2.
Auto-generated by a dependency updater.
Changelog
7.24.2
reportAllChanges
option (#6456)7.24.1
This patch corrects an oversight on our end which caused the Sentry Replay integration CDN bundles to be ignored when uploading bundles to our CDN.
If you want to use the Replay CDN bundles, please use version 7.24.1 or newer.
encodeLocation
method (#6439)Work in this release contributed by theofidry. Thank you for your contribution!
7.24.0
This release bumps the
sentry/replay
package from version 0.x to 7.24.0.Along with this version bump, we're introducing a few breaking changes.
Take a look at the Replay migration guide for further information.
The Replay version bump is the result of moving the package into the Sentry JavaScript SDK monorepo which aligns the version with our other JS SDK packages.
Important: If you're using Replay with version 7.24.x or newer, make sure to also upgrade your other
sentry/*
packages to this version.assetPrefix
option (#6388)basePath
forassetPrefix
if needed (#6424)profilesSampleRate
intoBaseNodeOptions
(#6409)getClientIpAddress
throws error. (#6400)Work in this release contributed by tomgrossman and ZachGawlik. Thank you for your contributions!