fix(deps): update sentry-javascript monorepo (major)#89
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update sentry-javascript monorepo (major)#89renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
85492f3 to
5ca117f
Compare
5ca117f to
41db245
Compare
41db245 to
341b5c0
Compare
341b5c0 to
ed2420f
Compare
a9cf926 to
e781387
Compare
d17d23d to
00045eb
Compare
2ea812b to
388e0b0
Compare
9b8cf01 to
6e6820f
Compare
647e777 to
40e9288
Compare
2fae36a to
c0db440
Compare
a9dcbff to
5473419
Compare
5473419 to
f2326c8
Compare
e11503b to
52de657
Compare
1ed73c1 to
284a0c3
Compare
b13bc4a to
f4fb6ce
Compare
aeacf91 to
ca2a871
Compare
c844672 to
9dd21f4
Compare
67a90b4 to
b7649c8
Compare
7f9c119 to
31b6c44
Compare
16ea93b to
b695b49
Compare
d53e332 to
5e229c2
Compare
5e229c2 to
1668f34
Compare
eff4485 to
ce297fe
Compare
a960241 to
6ea9521
Compare
5ceca72 to
5d3f4e8
Compare
5d3f4e8 to
ff0559a
Compare
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
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.
This PR contains the following updates:
^6.17.4→^7.0.0^6.17.4→^10.0.0^6.16.1→^7.0.0Release Notes
getsentry/sentry-javascript (@sentry/integrations)
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 📦
v7.109.0Compare Source
This release deprecates some exports from the
@sentry/replaypackage. These exports have been moved to the browser SDK(or related framework SDKs like
@sentry/react).rrwebto 2.12.0 (#11317)@sentry/replayexports (#11242)Work in this release contributed by @soerface. Thank you for your contribution!
Bundle size 📦
v7.108.0Compare Source
This release fixes issues with Time to First Byte (TTFB) calculation in the SDK that was introduced with
7.95.0. Italso fixes some bugs with Interaction to First Paint (INP) instrumentation. This may impact your Sentry Performance
Score calculation.
ResizeObserverandgoogletagdefault filters (#11210)cron(#11225)sampledtype onTransaction(#11146)Work in this release contributed by @quisido and @joshkel. Thank you for your contributions!
Bundle size 📦
v7.107.0Compare Source
This release fixes issues with INP instrumentation with the Next.js SDK and adds support for the
enableInpoption inthe deprecated
BrowserTracingintegration for backwards compatibility.handledvalue in ErrorBoundary depending on fallback [v7] (#11037)Bundle size 📦
v7.106.1Compare Source
createReduxEnhanceron server (#11010)Bundle size 📦
v7.106.0Compare Source
tunnelRouteoption (#10958)setTransactionNameglobal(#10925)AttachmentTypeand use for envelopeattachment_typeproperty (#10946)Work in this release contributed by @jessezhang91 and @bfontaine. Thank you for your contributions!
Bundle size 📦
v7.105.0Compare Source
Important Changes
withActiveSpanis exported everywhere (#10877)You can use the
withActiveSpanmethod to ensure a certain span is the active span in a given callback. This can beused to create a span as a child of a specific span with the
startSpanAPI methods:Bundle size 📦
v7.104.0Compare Source
Important Changes
This release adds support for the INP web vital. This is currently only supported for Saas Sentry, and product support
is released with the upcoming
24.3.0release of self-hosted.To opt-in to this feature, you can use the
enableInpoption in thebrowserTracingIntegration:Other Changes
nodeProfilingIntegration(#10864)errorHandlerfor replayCanvas integration (#10796)Bundle size 📦
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.