taco
                                
                                
                                
                                    taco copied to clipboard
                            
                            
                            
                        Bump @sentry/sveltekit from 7.73.0 to 7.110.1
Bumps @sentry/sveltekit from 7.73.0 to 7.110.1.
Release notes
Sourced from @sentry/sveltekit's releases.
7.110.1
- fix(nextjs): Fix
 tunnelRoutematching logic for hybrid cloud (#11577)Bundle size 📦
Path Size @sentry/browser(incl. Tracing, Replay, Feedback) - Webpack (gzipped)80.58 KB @sentry/browser(incl. Tracing, Replay) - Webpack (gzipped)71.55 KB @sentry/browser(incl. Tracing, Replay with Canvas) - Webpack (gzipped)75.57 KB @sentry/browser(incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)65.18 KB @sentry/browser(incl. Tracing) - Webpack (gzipped)35.49 KB @sentry/browser(incl. browserTracingIntegration) - Webpack (gzipped)35.37 KB @sentry/browser(incl. Feedback) - Webpack (gzipped)31.57 KB @sentry/browser(incl. sendFeedback) - Webpack (gzipped)31.58 KB @sentry/browser- Webpack (gzipped)22.78 KB @sentry/browser(incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped)78.76 KB @sentry/browser(incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)70.12 KB @sentry/browser(incl. Tracing) - ES6 CDN Bundle (gzipped)35.9 KB @sentry/browser- ES6 CDN Bundle (gzipped)25.27 KB @sentry/browser(incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)220.72 KB @sentry/browser(incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)108.53 KB @sentry/browser- ES6 CDN Bundle (minified & uncompressed)75.79 KB @sentry/browser(incl. Tracing) - ES5 CDN Bundle (gzipped)39.17 KB @sentry/react(incl. Tracing, Replay) - Webpack (gzipped)72.03 KB @sentry/react- Webpack (gzipped)22.81 KB @sentry/nextjsClient (incl. Tracing, Replay) - Webpack (gzipped)89.87 KB @sentry/nextjsClient - Webpack (gzipped)54.01 KB @sentry-internal/feedback- Webpack (gzipped)17.32 KB 7.110.0
Important Changes
- feat(tracing): Add interactions sample rate to browser tracing integrations (#11382)
 You can now use a
interactionsSampleRateto control the sample rate of INP spans.interactionsSampleRateis applied on top of the globaltracesSampleRate. Therefore ifinteractionsSampleRateis0.5andtracesSampleRateis0.1, then the actual sample rate for interactions is0.05.Sentry.init({ tracesSampleRate: 0.1, integrations: [ Sentry.browserTracingIntegration({ interactionsSampleRate: 0.5, }), ], });
... (truncated)
Changelog
Sourced from @sentry/sveltekit's changelog.
7.110.1
- fix(nextjs): Fix
 tunnelRoutematching logic for hybrid cloud (#11577)7.110.0
Important Changes
- feat(tracing): Add interactions sample rate to browser tracing integrations (#11382)
 You can now use a
interactionsSampleRateto control the sample rate of INP spans.interactionsSampleRateis applied on top of the globaltracesSampleRate. Therefore ifinteractionsSampleRateis0.5andtracesSampleRateis0.1, then the actual sample rate for interactions is0.05.Sentry.init({ tracesSampleRate: 0.1, integrations: [ Sentry.browserTracingIntegration({ interactionsSampleRate: 0.5, }), ], });
- Deprecations
 This release deprecates the
Hubclass, as well as theaddRequestDataToTransactionmethod. ThetrpcMiddlewaremethod is no longer on theHandlersexport, but instead is a standalone export.Please see the detailed Migration docs on how to migrate to the new APIs.
- feat: Deprecate and relocate
 trpcMiddleware(#11389)- feat(core): Deprecate
 Hubclass (#11528)- feat(types): Deprecate
 Hubinterface (#11530)- ref: Deprecate
 addRequestDataToTransaction(#11368)Other Changes
- feat(core): Update metric normalization (#11519)
 - feat(feedback): Customize feedback placeholder text color (#11521)
 - feat(remix): Skip span creation for
 OPTIONSandHEADrequest. (#11485)- feat(utils): Add metric buckets rate limit (#11506)
 - fix(core): unref timer to not block node exit (#11483)
 - fix(metrics): Map
 statsdtometric_bucket(#11505)- fix(spans): Allow zero exclusive time for INP spans (#11408)
 - ref(feedback): Configure feedback fonts (#11520)
 7.109.0
... (truncated)
Commits
2ce36d5release: 7.110.1c5fd959meta: Changelog for7.110.1(#11594)fadc9acfix(nextjs/v7): FixtunnelRoutematching logic for hybrid cloud (#11577)8abd97ctest(V7/browser-integration-tests): Check forsentry-traceheader in TwP (#...f6b284dMerge branch 'release/7.110.0' into v79a52d91release: 7.110.00369bdbmeta: CHANGELOG for 7.110.0 (#11540)1c0194afeat(core): Update metric normalization (v7) (#11519)5c35031feat(v7/types): DeprecateHubinterface (#11530)220580ffeat(feedback): [v7] Customize feedback placeholder text color (#11521)- Additional commits viewable in compare view
 
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Your Render PR Server URL is https://taco-dev-prototyp-se-pr-173.onrender.com.
Follow its progress at https://dashboard.render.com/web/srv-coflfi20si5c73f6ripg.
Superseded by #199.