This repository was archived by the owner on Oct 27, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
fix(deps): update sentry-javascript monorepo to v7.120.4 #720
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/sentry-javascript-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
706d0cd to
d647d30
Compare
d647d30 to
8ea4e0c
Compare
8ea4e0c to
9b3fe0d
Compare
9b3fe0d to
08cbb2f
Compare
08cbb2f to
5904257
Compare
5904257 to
10551be
Compare
10551be to
a3c0e40
Compare
f50f250 to
25d93f6
Compare
25d93f6 to
f7efd5f
Compare
f7efd5f to
9aa56c6
Compare
9aa56c6 to
ba7b9b8
Compare
ba7b9b8 to
2dcd93e
Compare
2dcd93e to
75533b3
Compare
dcb557f to
1653fba
Compare
1653fba to
6d47b7c
Compare
6d47b7c to
92fb159
Compare
92fb159 to
9536f3f
Compare
9536f3f to
af6b97c
Compare
af6b97c to
1958424
Compare
1958424 to
c2ac0da
Compare
c2ac0da to
c85b530
Compare
c85b530 to
7ade901
Compare
66c58d2 to
5a13f85
Compare
5a13f85 to
a8b038d
Compare
a8b038d to
67dae1b
Compare
67dae1b to
8bc0b8f
Compare
8bc0b8f to
01d14f4
Compare
01d14f4 to
63e726a
Compare
63e726a to
75c1da8
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
75c1da8 to
19de44b
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
7.93.0->7.120.47.98.0->7.120.47.93.0->7.120.4Release Notes
getsentry/sentry-javascript (@sentry/react)
v7.120.4Compare Source
Object.assignto be ES5 compatible (#17080)v7.120.3Compare Source
latesttag (#14926)Bundle size 📦
v7.120.2Compare Source
Work in this release contributed by @LubomirIgonda1. Thank you for your contribution!
Bundle size 📦
v7.120.1Compare Source
_sentryModuleMetadatais not mangled (#14357)Work in this release contributed by @gilisho. Thank you for your contribution!
Bundle size 📦
v7.120.0Compare Source
Work in this release contributed by @gilisho. Thank you for your contribution!
v7.119.2Compare Source
Bundle size 📦
v7.119.1Compare Source
Work in this release contributed by @legobeat. Thank you for your contribution!
v7.119.0Compare Source
Bundle size 📦
v7.118.0Compare Source
window.Sentry(#12579)Bundle size 📦
v7.117.0Compare Source
v7tag to@sentry/replay(#12304)v7.116.0Compare Source
This release publishes a new AWS Lambda layer under the name
SentryNodeServerlessSDKv7that users still running v7 canuse instead of pinning themselves to
SentryNodeServerlessSDK:235.Bundle size 📦
v7.115.0Compare Source
start()(#12003)lastEventIddeprecation warnings (#12042)Bundle size 📦
v7.114.0Compare Source
Important Changes
This release fixes a bug that caused the cumulative layout shift (CLS) web vital not to be reported in a majority of the
cases where it should have been reported. With this change, the CLS web vital should now always be reported for
pageloads with layout shift. If a pageload did not have layout shift, no CLS web vital should be reported.
Please note that upgrading the SDK to this version may cause data in your dashboards to drastically change.
Other Changes
tunnelsupport to multiplexed transport (#11851)HTTP_REQUEST_METHODattribute (#11929)v7.113.0Compare Source
Important Changes
This release adds support for Node 22! 🎉
It also adds prebuilt-binaries for Node 22 to
@sentry/profiling-node.Other Changes
v7.112.2Compare Source
browserTracingIntegration(#11765)v7.112.1Compare Source
v7.112.0Compare Source
Important Changes
Instead of installing
@sentry/integrations, you can now import the pluggable integrations directly from your SDKpackage:
Note that only the functional integrations (e.g.
xxxIntegration()) are re-exported.Other Changes
Bundle size 📦
v7.111.0Compare Source
server.addressto browserhttp.clientspans (#11663)browserTracingIntegration(#11647)Bundle size 📦
v7.110.1Compare Source
tunnelRoutematching logic for hybrid cloud (#11577)Bundle size 📦
v7.110.0Compare Source
Important Changes
You can now use a
interactionsSampleRateto control the sample rate of INP spans.interactionsSampleRateis appliedon top of the global
tracesSampleRate. Therefore ifinteractionsSampleRateis0.5andtracesSampleRateis0.1,then the actual sample rate for interactions is
0.05.This release deprecates the
Hubclass, as well as theaddRequestDataToTransactionmethod. ThetrpcMiddlewaremethod is no longer on the
Handlersexport, but instead is a standalone export.Please see the detailed Migration docs on how to migrate to the new APIs.
trpcMiddleware(#11389)Hubclass (#11528)Hubinterface (#11530)addRequestDataToTransaction(#11368)Other Changes
OPTIONSandHEADrequest. (#11485)statsdtometric_bucket(#11505)Bundle size 📦
Configuration
📅 Schedule: Branch creation - Every minute ( * * * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.