dependabot npm(deps): bump @sentry/node from 7.36.0 to 7.37.1
Bumps @sentry/node from 7.36.0 to 7.37.1.
Release notes
Sourced from @sentry/node
's releases.
7.37.1
- fix(browser): Support
async
in stack frame urls (#7131)- fix(nextjs): Make api route identifier stricter (#7126)
- fix(node): Don't rely on
this
in http integration (#7135)- fix(replay): Fix missing fetch/xhr requests (#7134)
- fix(tracing): Export
defaultStackParser
from tracing CDN bundles (#7116)7.37.0
- feat: Add source map debug ids (#7068)
- feat(browser): Add IndexedDb offline transport store (#6983)
- feat(nextjs): Add auto-wrapping for server components (#6953)
- feat(nextjs): Improve client stack traces (#7097)
- feat(replay): Improve rrweb error ignoring (#7087 & #7094)
- feat(replay): Send client_report when replay sending fails (#7093)
- fix(node):
LocalVariables
, Improve frame matching for ESM (#7049)- fix(node): Add lru cache to http integration span map (#7064)
- fix(replay): Export Replay from Sentry namespace in full CDN bundle (#7119)
Work in this release contributed by
@JamesHenry
. Thank you for your contribution!
Changelog
Sourced from @sentry/node
's changelog.
7.37.1
- fix(browser): Support
async
in stack frame urls (#7131)- fix(nextjs): Make api route identifier stricter (#7126)
- fix(node): Don't rely on
this
in http integration (#7135)- fix(replay): Fix missing fetch/xhr requests (#7134)
- fix(tracing): Export
defaultStackParser
from tracing CDN bundles (#7116)7.37.0
- feat: Add source map debug ids (#7068)
- feat(browser): Add IndexedDb offline transport store (#6983)
- feat(nextjs): Add auto-wrapping for server components (#6953)
- feat(nextjs): Improve client stack traces (#7097)
- feat(replay): Improve rrweb error ignoring (#7087 & #7094)
- feat(replay): Send client_report when replay sending fails (#7093)
- fix(node):
LocalVariables
, Improve frame matching for ESM (#7049)- fix(node): Add lru cache to http integration span map (#7064)
- fix(replay): Export Replay from Sentry namespace in full CDN bundle (#7119)
Work in this release contributed by
@JamesHenry
. Thank you for your contribution!
Commits
-
1bccb2f
release: 7.37.1 -
7e136f4
Merge pull request #7144 from getsentry/prepare-release/7.37.1 -
e6dea48
Merge branch 'master' into prepare-release/7.37.1 -
2b8892d
meta: Update changelog for 7.37.1 -
17c3132
test(replay): Add integration test for privacy (#7055) -
f271796
Merge pull request #7142 from getsentry/prepare-release/7.37.1 -
3098d54
meta: Update changelog for 7.37.1 -
274f489
fix(tracing): ExportdefaultStackParser
from tracing CDN bundles (#7116) -
4827b60
fix(replay): Fix missing fetch/xhr requests (#7134) -
c3806eb
fix(browser): Supportasync
in stack frame urls (#7131) - Additional commits viewable in compare view