dependabot npm(deps): bump @sentry/node from 7.109.0 to 7.110.0
Bumps @sentry/node from 7.109.0 to 7.110.0.
Release notes
Sourced from @sentry/node
's releases.
7.110.0
Important Changes
- feat(tracing): Add interactions sample rate to browser tracing integrations (#11382)
You can now use a
interactionsSampleRate
to control the sample rate of INP spans.interactionsSampleRate
is applied on top of the globaltracesSampleRate
. Therefore ifinteractionsSampleRate
is0.5
andtracesSampleRate
is0.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
Hub
class, as well as theaddRequestDataToTransaction
method. ThetrpcMiddleware
method is no longer on theHandlers
export, 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
Hub
class (#11528)- feat(types): Deprecate
Hub
interface (#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
OPTIONS
andHEAD
request. (#11485)- feat(utils): Add metric buckets rate limit (#11506)
- fix(core): unref timer to not block node exit (#11483)
- fix(metrics): Map
statsd
tometric_bucket
(#11505)- fix(spans): Allow zero exclusive time for INP spans (#11408)
- ref(feedback): Configure feedback fonts (#11520)
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
... (truncated)
Changelog
Sourced from @sentry/node
's changelog.
7.110.0
Important Changes
- feat(tracing): Add interactions sample rate to browser tracing integrations (#11382)
You can now use a
interactionsSampleRate
to control the sample rate of INP spans.interactionsSampleRate
is applied on top of the globaltracesSampleRate
. Therefore ifinteractionsSampleRate
is0.5
andtracesSampleRate
is0.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
Hub
class, as well as theaddRequestDataToTransaction
method. ThetrpcMiddleware
method is no longer on theHandlers
export, 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
Hub
class (#11528)- feat(types): Deprecate
Hub
interface (#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
OPTIONS
andHEAD
request. (#11485)- feat(utils): Add metric buckets rate limit (#11506)
- fix(core): unref timer to not block node exit (#11483)
- fix(metrics): Map
statsd
tometric_bucket
(#11505)- fix(spans): Allow zero exclusive time for INP spans (#11408)
- ref(feedback): Configure feedback fonts (#11520)
Commits
-
9a52d91
release: 7.110.0 -
0369bdb
meta: CHANGELOG for 7.110.0 (#11540) -
1c0194a
feat(core): Update metric normalization (v7) (#11519) -
5c35031
feat(v7/types): DeprecateHub
interface (#11530) -
220580f
feat(feedback): [v7] Customize feedback placeholder text color (#11521) -
6211563
ref(feedback): [v7] Configure feedback fonts (#11520) -
ab40116
feat(ratelimits): Add metric buckets rate limit (#11506) -
9d861fe
feat(v7/core): DeprecateHub
class (#11528) -
ad2685a
fix(metrics): Mapstatsd
tometric_bucket
(#11505) -
129189b
feat(remix): Skip span creation forOPTIONS
andHEAD
requests. [v7] (#11485) - Additional commits viewable in compare view