dependabot npm(deps): bump @sentry/node from 7.94.1 to 7.95.0
Bumps @sentry/node from 7.94.1 to 7.95.0.
Release notes
Sourced from @sentry/node
's releases.
7.95.0
Important Changes
Deprecations
This release includes some deprecations in preparation for v8.
Most notably, it deprecates the
Replay
&Feedback
classes in favor of a functional replacement:import * as Sentry from '@sentry/browser'; Sentry.init({ integrations: [ // Instead of new Sentry.Replay(), new Sentry.Feedback(), // Use the functional replacement: Sentry.replayIntegration(), Sentry.feedbackIntegration(), ], });
- feat(core): Deprecate
Span.origin
in favor ofsentry.origin
attribute (#10260)- feat(core): Deprecate
Span.parentSpanId
(#10244)- feat(core): Expose
isInitialized()
to replace checking viagetClient
(#10296)- feat(replay): Deprecate
Replay
,ReplayCanvas
,Feedback
classes (#10270)- feat(wasm): Deprecate
Wasm
integration class (#10230)Other Changes
- feat: Make
parameterize
function available through browser and node API (#10085)- feat(feedback): Configure feedback border radius (#10289)
- feat(sveltekit): Update default integration handling & deprecate
addOrUpdateIntegration
(#10263)- fix(replay-canvas): Add missing dependency on
@sentry/utils
(#10279)- fix(tracing): Don't send negative ttfb (#10286)
Work in this release contributed by
@AleshaOleg
. Thank you for your contribution!Bundle size
📦
Path Size @sentry/browser
(incl. Tracing, Replay, Feedback) - Webpack (gzipped)77.79 KB @sentry/browser
(incl. Tracing, Replay) - Webpack (gzipped)68.96 KB @sentry/browser
(incl. Tracing, Replay with Canvas) - Webpack (gzipped)72.85 KB @sentry/browser
(incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)62.6 KB @sentry/browser
(incl. Tracing) - Webpack (gzipped)32.97 KB @sentry/browser
(incl. Feedback) - Webpack (gzipped)31.24 KB
... (truncated)
Changelog
Sourced from @sentry/node
's changelog.
7.95.0
Important Changes
Deprecations
This release includes some deprecations in preparation for v8.
Most notably, it deprecates the
Replay
&Feedback
classes in favor of a functional replacement:import * as Sentry from '@sentry/browser'; Sentry.init({ integrations: [ // Instead of new Sentry.Replay(), new Sentry.Feedback(), // Use the functional replacement: Sentry.replayIntegration(), Sentry.feedbackIntegration(), ], });
- feat(core): Deprecate
Span.origin
in favor ofsentry.origin
attribute (#10260)- feat(core): Deprecate
Span.parentSpanId
(#10244)- feat(core): Expose
isInitialized()
to replace checking viagetClient
(#10296)- feat(replay): Deprecate
Replay
,ReplayCanvas
,Feedback
classes (#10270)- feat(wasm): Deprecate
Wasm
integration class (#10230)Other Changes
- feat: Make
parameterize
function available through browser and node API (#10085)- feat(feedback): Configure feedback border radius (#10289)
- feat(sveltekit): Update default integration handling & deprecate
addOrUpdateIntegration
(#10263)- fix(replay-canvas): Add missing dependency on
@sentry/utils
(#10279)- fix(tracing): Don't send negative ttfb (#10286)
Work in this release contributed by
@AleshaOleg
. Thank you for your contribution!
Commits
-
9a7af57
release: 7.95.0 -
9fcfd51
Merge pull request #10298 from getsentry/prepare-release/7.95.0 -
d98bd74
meta(changelog): Update changelog for v7.95.0 -
c017181
fix(tracing): Don't send negative ttfb (#10286) -
675309d
feat(core): ExposeisInitialized()
to replace checking viagetClient
(#10... -
a0b987a
feat(feedback): Configure feedback border radius (#10289) -
62b0c4d
feat(sveltekit): Update default integration handling & deprecate `addOrUpdate... -
a682534
feat(replay): Deprecate Replay, ReplayCanvas, Feedback classes (#10270) -
6868256
fix(replay-canvas): Add missing dependency on@sentry/utils
(#10279) -
a27deca
feat: Makeparameterize
function available through browser and node API (#1... - Additional commits viewable in compare view