Skip to content

Bump @sentry/nextjs from 7.92.0 to 7.101.0

Bumps @sentry/nextjs from 7.92.0 to 7.101.0.

Release notes

Sourced from @​sentry/nextjs's releases.

7.101.0

  • feat: Export semantic attribute keys from SDK packages (#10637)
  • feat(core): Add metric summaries to spans (#10554)
  • feat(core): Deprecate the Hub constructor (#10584)
  • feat(core): Make custom tracing methods return spans & set default op (#10633)
  • feat(replay): Add getReplay utility function (#10510)
  • fix(angular-ivy): Add exports field to package.json (#10569)
  • fix(sveltekit): Avoid capturing Http 4xx errors on the client (#10571)
  • fix(sveltekit): Properly await sourcemaps flattening (#10602)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.42 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.65 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.58 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.26 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.6 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.48 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.37 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.38 KB
@​sentry/browser - Webpack (gzipped) 22.64 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.69 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.18 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.01 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 214.8 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 102.6 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 74.89 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.14 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.01 KB
@​sentry/react - Webpack (gzipped) 22.67 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 87.68 KB
@​sentry/nextjs Client - Webpack (gzipped) 51.87 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.22 KB

7.100.1

This release contains build fixes for profiling-node.

  • build(profiling-node): make sure debug build plugin is used #10534
  • build: Only run profiling e2e test if bindings have changed #10542
  • fix(feedback): Replay breadcrumb for feedback events was incorrect #10536

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.33 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.57 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

7.101.0

  • feat: Export semantic attribute keys from SDK packages (#10637)
  • feat(core): Add metric summaries to spans (#10554)
  • feat(core): Deprecate the Hub constructor (#10584)
  • feat(core): Make custom tracing methods return spans & set default op (#10633)
  • feat(replay): Add getReplay utility function (#10510)
  • fix(angular-ivy): Add exports field to package.json (#10569)
  • fix(sveltekit): Avoid capturing Http 4xx errors on the client (#10571)
  • fix(sveltekit): Properly await sourcemaps flattening (#10602)

7.100.1

This release contains build fixes for profiling-node.

  • build(profiling-node): make sure debug build plugin is used #10534
  • build: Only run profiling e2e test if bindings have changed #10542
  • fix(feedback): Replay breadcrumb for feedback events was incorrect #10536

7.100.0

Important Changes

Deprecations

This release includes some deprecations. For more details please look at our migration guide.

The deprecation most likely to affect you is the one of BrowserTracing. Instead of new BrowserTracing(), you should now use browserTracingIntegration(), which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom routingInstrumentation anymore. For @sentry/react, we expose dedicated integrations for the different react-router versions:

  • reactRouterV6BrowserTracingIntegration()
  • reactRouterV5BrowserTracingIntegration()
  • reactRouterV4BrowserTracingIntegration()
  • reactRouterV3BrowserTracingIntegration()

See the migration guide for details.

  • feat(angular): Export custom browserTracingIntegration() (#10353)
  • feat(browser): Deprecate BrowserTracing integration (#10493)
  • feat(browser): Export browserProfilingIntegration (#10438)
  • feat(bun): Export bunServerIntegration() (#10439)
  • feat(nextjs): Add browserTracingIntegration (#10397)
  • feat(react): Add reactRouterV3BrowserTracingIntegration for react router v3 (#10489)
  • feat(react): Add reactRouterV4/V5BrowserTracingIntegration for react router v4 & v5 (#10488)
  • feat(react): Add reactRouterV6BrowserTracingIntegration for react router v6 & v6.4 (#10491)

... (truncated)

Commits
  • b4d4a83 release: 7.101.0
  • 41ad9c8 meta(changelog): Update changelog for v7.101.0 (#10640)
  • 551e401 Merge pull request #10617 from getsentry/fn/backport-to-v7
  • 42cf5e7 build: bump size limit
  • 88cc758 feat(core): Make custom tracing methods return spans & set default op (#10633)
  • 8ba1d77 feat: Export semantic attribute keys from SDK packages (#10637)
  • 13f7dc8 fix(angular-ivy): Add exports field to package.json (#10569)
  • cbd6721 fix(sveltekit): Avoid capturing Http 4xx errors on the client (#10571)
  • 150b257 fix(sveltekit): Properly await sourcemaps flattening (#10602)
  • 7b3a22d feat(core): Add metric summaries to spans (#10554)
  • Additional commits viewable in compare view

Merge request reports