dependabot npm(deps): bump @sentry/node from 7.10.0 to 7.11.0
Bumps @sentry/node from 7.10.0 to 7.11.0.
Release notes
Sourced from @sentry/node
's releases.
7.11.0
This release introduces updates the
tracingOrigins
option to not attach any headers/create an spans when supplied with an empty array ([]
). Previously, we would supply the defaulttracingOrigins
if an empty array was set as thetracingOrigins
option.
- fix(core): Suppress stack when
SentryError
isn't an error (#5562)- feat(nextjs): Wrap server-side getInitialProps (#5546)
- feat(nextjs): Improve pageload transaction creation (#5574)
- feat(nextjs): Add spans and route parameterization in data fetching wrappers (#5564)
- feat(nextjs): Create spans and route parameterization in server-side
getInitialProps
(#5587)- fix(remix): Use domains to prevent scope bleed (#5570)
- fix(remix): Wrap domains properly on instrumentServer (#5590)
- feat(remix): Add route ID to remix routes (#5568)
- feat(remix): Export a manual wrapper for custom Express servers (#5524)
- feat(tracing): Add long task collection (#5529)
- feat(tracing): Allow for setting of an empty array (#5583)
Changelog
Sourced from @sentry/node
's changelog.
7.11.0
This release introduces updates the
tracingOrigins
option to not attach any headers/create an spans when supplied with an empty array ([]
). Previously, we would supply the defaulttracingOrigins
if an empty array was set as thetracingOrigins
option.
- fix(core): Suppress stack when
SentryError
isn't an error (#5562)- feat(nextjs): Wrap server-side getInitialProps (#5546)
- feat(nextjs): Improve pageload transaction creation (#5574)
- feat(nextjs): Add spans and route parameterization in data fetching wrappers (#5564)
- feat(nextjs): Create spans and route parameterization in server-side
getInitialProps
(#5587)- fix(remix): Use domains to prevent scope bleed (#5570)
- fix(remix): Wrap domains properly on instrumentServer (#5590)
- feat(remix): Add route ID to remix routes (#5568)
- feat(remix): Export a manual wrapper for custom Express servers (#5524)
- feat(tracing): Add long task collection (#5529)
- feat(tracing): Allow for setting of an empty array (#5583)
Commits
-
753ad86
release: 7.11.0 -
2306940
meta: Update CHANGELOG for 7.11.0 (#5588) -
2f6deeb
feat(nextjs): Create spans and route parameterization in server-side `getInit... -
e861cc4
feat(nextjs): Add spans and route parameterization in data fetching wrappers ... -
c2cdf92
fix(remix): Wrap domains properly on instrumentServer (#5590) -
bdd7fde
fix(remix): Use domains to prevent scope bleed (#5570) -
4e36d26
feat(tracing): Allow for setting of an empty array (#5583) -
7177c9b
ref(test): Refactor Node integration tests to prevent nock leaks. (#5579) -
3bb8d17
feat(nextjs): Improve pageload transaction creation (#5574) -
380f483
fix(core): Suppress stack whenSentryError
isn't an error (#5562) - Additional commits viewable in compare view