dependabot npm(deps): bump @sentry/tracing from 7.7.0 to 7.8.0
Bumps @sentry/tracing from 7.7.0 to 7.8.0.
Release notes
Sourced from @sentry/tracing
's releases.
7.8.0
This release adds the
transpileClientSDK
flag to the Next.JS SDK Webpack config. This option makes WebPack transpile the SDK code to the same transpilation level as the user code. By specifying this option, the Next.JS SDK works in older browsers that do not support ES6 or ES6+ (e.g. object spread) features.
- feat(react): Use state context for Redux integration (#5471)
- feat(remix): Set sentry-trace and baggage tags on server-side (#5440)
- feat(tracing): Allow storing span metadata (#5464)
- feat(tracing): Log start and end of span (#5446)
- fix(nextjs): Add transpileClientSDK option (#5472)
- fix(nextjs): Move userNextConfig.sentry to closure (#5473)
- fix(nextjs): Remove index signaure in
captureUnderscoreErrorException
argument type (#5463)- fix(nextjs): Stop using
eval
when checking forsentry-cli
binary (#5447)- fix(remix): Clone erroneous responses not to consume their body streams. (#5429)
- fix(remix): Do not capture 4xx codes from thrown responses. (#5441)
- ref(angular): Set ErrorHandler Exception Mechanism to be unhandled by default(#3844)
- ref(nextjs): Extract
isBuild
into an exported function (#5444)- ref(nextjs): Remove compensation for workaround in
_error.js
(#5378)- ref(nextjs): Use loader to set
RewriteFrames
helper value (#5445)- ref(node): Improve Express URL Parameterization (#5450)
- ref(utils): Improve uuid generation (#5426)
Work in this release contributed by
@mitchheddles
. Thank you for your contribution!
Changelog
Sourced from @sentry/tracing
's changelog.
7.8.0
This release adds the
transpileClientSDK
flag to the Next.JS SDK Webpack config. This option makes WebPack transpile the SDK code to the same transpilation level as the user code. By specifying this option, the Next.JS SDK works in older browsers that do not support ES6 or ES6+ (e.g. object spread) features.
- feat(react): Use state context for Redux integration (#5471)
- feat(remix): Set sentry-trace and baggage tags on server-side (#5440)
- feat(tracing): Allow storing span metadata (#5464)
- feat(tracing): Log start and end of span (#5446)
- fix(nextjs): Add transpileClientSDK option (#5472)
- fix(nextjs): Move userNextConfig.sentry to closure (#5473)
- fix(nextjs): Remove index signaure in
captureUnderscoreErrorException
argument type (#5463)- fix(nextjs): Stop using
eval
when checking forsentry-cli
binary (#5447)- fix(remix): Clone erroneous responses not to consume their body streams. (#5429)
- fix(remix): Do not capture 4xx codes from thrown responses. (#5441)
- ref(angular): Set ErrorHandler Exception Mechanism to be unhandled by default(#3844)
- ref(nextjs): Extract
isBuild
into an exported function (#5444)- ref(nextjs): Remove compensation for workaround in
_error.js
(#5378)- ref(nextjs): Use loader to set
RewriteFrames
helper value (#5445)- ref(node): Improve Express URL Parameterization (#5450)
- ref(utils): Improve uuid generation (#5426)
Work in this release contributed by
@mitchheddles
. Thank you for your contribution!
Commits
-
8c8a194
release: 7.8.0 -
738aae2
meta: Update changelog for 7.8.0 (#5474) -
b673bc3
feat(tracing): Log start and end of span (#5446) -
049e6e7
fix(nextjs): MoveuserNextConfig.sentry
to closure (#5473) -
22df479
fix(nextjs): AddtranspileClientSDK
option (#5472) -
96255d4
feat(react): Use state context for Redux integration (#5471) -
80c66f8
build(craft): Add Remix SDK to release registry (#5470) -
5e9327f
ref(node): Improve Express URL Parameterization (#5450) -
3f94dc1
feat(tracing): Allow storing span metadata (#5464) -
db9ab7c
ref(nextjs): ExtractisBuild
into an exported function (#5444) - Additional commits viewable in compare view