Skip to content

dependabot npm(deps): bump @sentry/node from 7.93.0 to 7.94.1

Depen d'Abot requested to merge dependabot-npm_and_yarn-sentry-node-7.94.1 into master

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.

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.62 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 68.88 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.77 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.52 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 32.89 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.15 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.16 KB
@​sentry/browser - Webpack (gzipped) 22.51 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 75.2 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 66.81 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 32.66 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 24.21 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 210.51 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 98.48 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 72.46 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 35.71 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.3 KB
@​sentry/react - Webpack (gzipped) 22.55 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 85.88 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.01 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.14 KB
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 on Span interface in favour of end (#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 of getRootSpan (#10134)
  • feat(core): Deprecate Transaction.instrumenter (#10162)
  • feat(core): Deprecate Transaction.setMeasurement in favor of setMeasurement (#10182)
  • feat(core): Deprecate integration classes & Integrations.X (#10198)
  • feat(core): Deprecate methods on Hub (#10124)
  • feat(core): Deprecate remaining setName declarations on Transaction and Span (#10164)
  • feat(core): Deprecate span startTimestamp & endTimestamp (#10192)
  • feat(core): Deprecate hub.bindClient() and makeMain() (#10118)
  • feat(types): Deprecate op on Span 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 vendor https-proxy-agent (#10088)
  • 7a371a6 fix linting
  • Additional commits viewable in compare view

Merge request reports