dependabot npm(deps): bump @sentry/node from 7.93.0 to 7.94.1
Bumps @sentry/node from 7.93.0 to 7.94.1.
Release notes
Sourced from @sentry/node
's releases.
7.94.1
This release fixes a publishing issue with
7.94.0
.These are the
7.94.0
release notes:Important Changes
Deprecations
As we're moving closer to the next major version of the SDK, more public APIs were deprecated.
To get a head start on migrating to the replacement APIs, please take a look at our migration guide.
- feat: Deprecate user segment field (#10210)
- feat(core): Deprecate
finish
onSpan
interface in favour ofend
(#10161)- feat(core): Deprecate
getCurrentHub()
(#10200)- feat(core): Deprecate
hub.bindClient()
&makeMain()
(#10188)- feat(core): Deprecate
Span.instrumenter
(#10139)- feat(core): Deprecate
Span.isSuccess()
in favor of reading span status (#10213)- feat(core): Deprecate
Span.op
in favor of op attribute (#10189)- feat(core): Deprecate
Span.spanRecorder
(#10199)- feat(core): Deprecate
Span.status
(#10208)- feat(core): Deprecate
Span.transaction
in favor ofgetRootSpan
(#10134)- feat(core): Deprecate
Transaction.instrumenter
(#10162)- feat(core): Deprecate
Transaction.setMeasurement
in favor ofsetMeasurement
(#10182)- feat(core): Deprecate integration classes &
Integrations.X
(#10198)- feat(core): Deprecate methods on
Hub
(#10124)- feat(core): Deprecate remaining
setName
declarations onTransaction
andSpan
(#10164)- feat(core): Deprecate span
startTimestamp
&endTimestamp
(#10192)- feat(core): Deprecate
hub.bindClient()
andmakeMain()
(#10118)- feat(types): Deprecate
op
onSpan
interface (#10217)- feat(integrations): Deprecate
Transaction
integration (#10178)- feat(integrations): Deprecate pluggable integration classes (#10211)
Replay & Canvas
We have added a new
ReplayCanvas
integration (#10112), which you can add to capture the contents of canvas elements with Replay.Just add it in addition to the regular replay integration:
Sentry.init({ integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()], });
Other Changes
... (truncated)
Changelog
Sourced from @sentry/node
's changelog.
7.94.1
This release fixes a publishing issue.
7.94.0
Important Changes
Deprecations
As we're moving closer to the next major version of the SDK, more public APIs were deprecated.
To get a head start on migrating to the replacement APIs, please take a look at our migration guide.
- feat: Deprecate user segment field (#10210)
- feat(core): Deprecate
finish
onSpan
interface in favour ofend
(#10161)- feat(core): Deprecate
getCurrentHub()
(#10200)- feat(core): Deprecate
hub.bindClient()
&makeMain()
(#10188)- feat(core): Deprecate
Span.instrumenter
(#10139)- feat(core): Deprecate
Span.isSuccess()
in favor of reading span status (#10213)- feat(core): Deprecate
Span.op
in favor of op attribute (#10189)- feat(core): Deprecate
Span.spanRecorder
(#10199)- feat(core): Deprecate
Span.status
(#10208)- feat(core): Deprecate
Span.transaction
in favor ofgetRootSpan
(#10134)- feat(core): Deprecate
Transaction.instrumenter
(#10162)- feat(core): Deprecate
Transaction.setMeasurement
in favor ofsetMeasurement
(#10182)- feat(core): Deprecate integration classes &
Integrations.X
(#10198)- feat(core): Deprecate methods on
Hub
(#10124)- feat(core): Deprecate remaining
setName
declarations onTransaction
andSpan
(#10164)- feat(core): Deprecate span
startTimestamp
&endTimestamp
(#10192)- feat(core): Deprecate
hub.bindClient()
andmakeMain()
(#10118)- feat(types): Deprecate
op
onSpan
interface (#10217)- feat(integrations): Deprecate
Transaction
integration (#10178)- feat(integrations): Deprecate pluggable integration classes (#10211)
Replay & Canvas
We have added a new
ReplayCanvas
integration (#10112), which you can add to capture the contents of canvas elements with Replay.Just add it in addition to the regular replay integration:
Sentry.init({ integrations: [new Sentry.Replay(), new Sentry.ReplayCanvas()], });
Other Changes
... (truncated)
Commits
-
cf062ba
release: 7.94.1 -
fb2ad6c
build(replay): Ensure we can publish replay-canvas (#10262) -
0a65896
Merge pull request #10252 from getsentry/prepare-release/7.94.0 -
484431a
meta(changelog): Update changelog for 7.94.0 -
caad0bc
Merge pull request #10205 from getsentry/DominikB2014/add-span-domain-to-span... -
da68244
Merge remote-tracking branch 'origin/develop' into DominikB2014/add-span-doma... -
8962a5a
fix lint -
a69dc2e
fix linting -
acf58d3
feat(node): Update and vendorhttps-proxy-agent
(#10088) -
7a371a6
fix linting - Additional commits viewable in compare view