Skip to content

dependabot npm(deps): bump @sentry/node from 7.33.0 to 7.34.0

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

Bumps @sentry/node from 7.33.0 to 7.34.0.

Release notes

Sourced from @​sentry/node's releases.

7.34.0

This release adds automatic injection of the Next.js SDK into serverside app directory bundles, allowing users to call the Sentry SDK in server components.

  • feat(nextjs): Add SDK to serverside app directory (#6927)
  • fix(replay): Do not renew session in error mode (#6948)
  • fix(replay): Handle compression worker errors more gracefully (#6936)
  • fix(replay): fix path separator substitution to replay all \ (#6932)
  • getsentry/rrweb#16

Work in this release contributed by @​mdtro. Thank you for your contribution!

7.34.0-beta.0

This release is a preview build to test out SDK support for the server-side Next.js app directory.

Changelog

Sourced from @​sentry/node's changelog.

7.34.0

This release adds automatic injection of the Next.js SDK into serverside app directory bundles, allowing users to call the Sentry SDK in server components.

  • feat(nextjs): Add SDK to serverside app directory (#6927)
  • fix(replay): Do not renew session in error mode (#6948)
  • fix(replay): Handle compression worker errors more gracefully (#6936)
  • fix(replay): fix path separator substitution to replay all \ (#6932)
  • getsentry/rrweb#16

Work in this release contributed by @​mdtro. Thank you for your contribution!

Commits
  • 279202d release: 7.34.0
  • 82fbbc7 meta: Update changelog for 7.34.0 (#6950)
  • 69b46b3 fix(replay): Do not renew session in error mode (#6948)
  • b86ac10 fix(replay): Handle compression worker errors more gracefully (#6936)
  • 6098879 ci(replay): Collect replay network metrics (#6881)
  • 67fec37 ref(replay): Use Sentry's forked rrweb packages (#6935)
  • 77de64e feat(nextjs): Add SDK to serverside app directory (#6927)
  • a591f51 fix(replay): fix path separator substitution to replay all \ (#6932)
  • 040ab0c codeql(config): fix workflow on ignored .md files (#6933)
  • be640de chore(docs): Add publishConfig to release checklist (#6934)
  • Additional commits viewable in compare view

Merge request reports

Loading