dependabot npm(deps): bump @sentry/node from 7.8.1 to 7.9.0
Bumps @sentry/node from 7.8.1 to 7.9.0.
Release notes
Sourced from @sentry/node
's releases.
7.9.0
This release adds the
tracePropagationTargets
option to the Sentry Node SDK.
- feat(node): Add
tracePropagationTargets
option (#5521)- fix(browser): Parse Chrome stack frames without full paths (#5519)
- fix(browser): Set
:
as a part of gecko protocol regex group. (#4153)- fix(browser): Strip webpack wrapping from stack frames (#5522)
- fix(nextjs): Pull
transpileClientSDK
option from correct location (#5516)- fix(node): Handle colons in stack trace paths (#5517)
- fix(react): Fix React Router v6 paramaterization (#5515)
- fix(remix): Paramaterize server side transactions (#5491)
- fix(remix): Provide
sentry-trace
andbaggage
via root loader. (#5509)- ref(nextjs): Prework for wrapping data-fetching functions (#5508)
- ref(nextjs): Simplify
NextConfigObject
type (#5514)
Changelog
Sourced from @sentry/node
's changelog.
7.9.0
This release adds the
tracePropagationTargets
option to the Sentry Node SDK.
- feat(node): Add
tracePropagationTargets
option (#5521)- fix(browser): Parse Chrome stack frames without full paths (#5519)
- fix(browser): Set
:
as a part of gecko protocol regex group. (#4153)- fix(browser): Strip webpack wrapping from stack frames (#5522)
- fix(nextjs): Pull
transpileClientSDK
option from correct location (#5516)- fix(node): Handle colons in stack trace paths (#5517)
- fix(react): Fix React Router v6 paramaterization (#5515)
- fix(remix): Paramaterize server side transactions (#5491)
- fix(remix): Provide
sentry-trace
andbaggage
via root loader. (#5509)- ref(nextjs): Prework for wrapping data-fetching functions (#5508)
- ref(nextjs): Simplify
NextConfigObject
type (#5514)
Commits
-
8913831
release: 7.9.0 -
e5c502b
meta: Add changelog for 7.9.0 (#5528) -
ee4d165
fix(browser): Strip webpack wrapping from stack frames (#5522) -
f240077
feat(node): AddtracePropagationTargets
option (#5521) -
78395c6
fix(nextjs): PulltranspileClientSDK
option from correct location (#5516) -
ce8d8f8
fix(node): Handle colons in stack trace paths (#5517) -
474a0a0
fix(browser): Parse Chrome stack frames without full paths (#5519) -
f0ab0e0
fix(react): Fix React Router v6 paramaterization (#5515) -
31fd072
fix(remix): Providesentry-trace
andbaggage
via root loader. (#5509) -
9b7131f
ref(nextjs): SimplifyNextConfigObject
type (#5514) - Additional commits viewable in compare view