Skip to content

Bump @sentry/nextjs from 7.92.0 to 7.102.1

Bumps @sentry/nextjs from 7.92.0 to 7.102.1.

Release notes

Sourced from @​sentry/nextjs's releases.

7.102.1

  • fix(performance): Fixes latest route name and source for interactions not updating properly on navigation (#10702)
  • fix(tracing): Guard against missing window.location (#10659)
  • ref: Make span types more robust (#10660)
  • ref(remix): Make @remix-run/router a dependency (v7) (#10779)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.43 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.66 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.6 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.28 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.62 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.54 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.38 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.39 KB
@​sentry/browser - Webpack (gzipped) 22.66 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.72 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.21 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.03 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.05 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 214.99 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 102.78 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.08 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.19 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.03 KB
@​sentry/react - Webpack (gzipped) 22.69 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 87.75 KB
@​sentry/nextjs Client - Webpack (gzipped) 51.95 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.24 KB

7.102.0

  • fix: Export session API (#10712)
  • fix(core): Fix scope capturing via captureContext function (#10737)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.43 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.66 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.6 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.28 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.62 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.5 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.38 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.39 KB
@​sentry/browser - Webpack (gzipped) 22.66 KB

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

7.102.1

  • fix(performance): Fixes latest route name and source for interactions not updating properly on navigation (#10702)
  • fix(tracing): Guard against missing window.location (#10659)
  • ref: Make span types more robust (#10660)
  • ref(remix): Make @remix-run/router a dependency (v7) (#10779)

7.102.0

  • fix: Export session API (#10712)
  • fix(core): Fix scope capturing via captureContext function (#10737)

7.101.1

In version 7.101.0 the @sentry/hub package was missing due to a publishing issue. This release contains the package again.

  • fix(nextjs): Remove webpack:// prefix more broadly from source map sources field (#10641)

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

... (truncated)

Commits
  • 26ec3bd release: 7.102.1
  • 3769895 meta: Update CHANGELOG for 7.102.1 (#10788)
  • f5985f5 fix(performance): Fixes latest route name and source for interactions not upd...
  • 91c7f07 ref(remix): Make @remix-run/router a dependency (v7) (#10779)
  • e102775 Merge branch 'v7' into egou/v7/fix/browser-tracing-latest-route
  • 046422b chore(publish): [v7] Use craft config from merge target branch for release pr...
  • 4de88db Merge pull request #10759 from getsentry/fn/backport-fixes
  • f40cba0 fix(tracing): Guard against missing window.location (#10659)
  • 01f6386 ref: Make span types more robust (#10660)
  • a77153c Merge branch 'release/7.102.0' into v7
  • Additional commits viewable in compare view

Merge request reports