dependabot npm(deps): bump @sentry/node from 8.22.0 to 8.24.0
Bumps @sentry/node from 8.22.0 to 8.24.0.
Release notes
Sourced from @sentry/node
's releases.
8.24.0
- feat(nestjs): Filter RPC exceptions (#13227)
- fix: Guard getReader function for other fetch implementations (#13246)
- fix(feedback): Ensure feedback can be lazy loaded in CDN bundles (#13241)
8.23.0
Important Changes
- feat(cloudflare): Add Cloudflare D1 instrumentation (#13142)
This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1 database, use the
instrumentD1WithSentry
method as follows:// env.DB is the D1 DB binding configured in your `wrangler.toml` const db = instrumentD1WithSentry(env.DB); // Now you can use the database as usual await db.prepare('SELECT * FROM table WHERE id = ?').bind(1).run();
Other Changes
- feat(cloudflare): Allow users to pass handler to sentryPagesPlugin (#13192)
- feat(cloudflare): Instrument scheduled handler (#13114)
- feat(core): Add
getTraceData
function (#13134)- feat(nestjs): Automatic instrumentation of nestjs interceptors before route execution (#13153)
- feat(nestjs): Automatic instrumentation of nestjs pipes (#13137)
- feat(nuxt): Filter out Nuxt build assets (#13148)
- feat(profiling): Attach sdk info to chunks (#13145)
- feat(solidstart): Add sentry
onBeforeResponse
middleware to enable distributed tracing (#13221)- feat(solidstart): Filter out low quality transactions for build assets (#13222)
- fix(browser): Avoid showing browser extension error message in non-
window
global scopes (#13156)- fix(feedback): Call dialog.close() in dialog close callbacks in
\_loadAndRenderDialog
(#13203)- fix(nestjs): Inline Observable type to resolve missing 'rxjs' dependency (#13166)
- fix(nuxt): Detect pageload by adding flag in Vue router (#13171)
- fix(utils): Handle when requests get aborted in fetch instrumentation (#13202)
- ref(browser): Improve browserMetrics collection (#13062)
Work in this release was contributed by
@horochx
. Thank you for your contribution!
Changelog
Sourced from @sentry/node
's changelog.
8.24.0
- feat(nestjs): Filter RPC exceptions (#13227)
- fix: Guard getReader function for other fetch implementations (#13246)
- fix(feedback): Ensure feedback can be lazy loaded in CDN bundles (#13241)
8.23.0
Important Changes
- feat(cloudflare): Add Cloudflare D1 instrumentation (#13142)
This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1 database, use the
instrumentD1WithSentry
method as follows:// env.DB is the D1 DB binding configured in your `wrangler.toml` const db = instrumentD1WithSentry(env.DB); // Now you can use the database as usual await db.prepare('SELECT * FROM table WHERE id = ?').bind(1).run();
Other Changes
- feat(cloudflare): Allow users to pass handler to sentryPagesPlugin (#13192)
- feat(cloudflare): Instrument scheduled handler (#13114)
- feat(core): Add
getTraceData
function (#13134)- feat(nestjs): Automatic instrumentation of nestjs interceptors before route execution (#13153)
- feat(nestjs): Automatic instrumentation of nestjs pipes (#13137)
- feat(nuxt): Filter out Nuxt build assets (#13148)
- feat(profiling): Attach sdk info to chunks (#13145)
- feat(solidstart): Add sentry
onBeforeResponse
middleware to enable distributed tracing (#13221)- feat(solidstart): Filter out low quality transactions for build assets (#13222)
- fix(browser): Avoid showing browser extension error message in non-
window
global scopes (#13156)- fix(feedback): Call dialog.close() in dialog close callbacks in
\_loadAndRenderDialog
(#13203)- fix(nestjs): Inline Observable type to resolve missing 'rxjs' dependency (#13166)
- fix(nuxt): Detect pageload by adding flag in Vue router (#13171)
- fix(utils): Handle when requests get aborted in fetch instrumentation (#13202)
- ref(browser): Improve browserMetrics collection (#13062)
Work in this release was contributed by
@horochx
. Thank you for your contribution!
Commits
-
7730bef
release: 8.24.0 -
d73daeb
Merge pull request #13249 from getsentry/prepare-release/8.24.0 -
7c7e2e2
meta: Update changelog for 8.24.0 -
7fc479f
ref(core): ReducehasTracingEnabled
size (#13232) -
ddff302
fix: Guard getReader function for other fetch implementations (#13246) -
d125ff2
build(deps): bump nuxt from 3.11.2 to 3.12.4 in /dev-packages/e2e-tests/test-... -
c8054cc
tests(e2e): Remove await timeout in nest e2e tests (#13243) -
22905fe
fix(feedback): Ensure feedback can be lazy loaded in CDN bundles (#13241) -
ea20c21
test(e2e): Fix event buffering (#13233) -
420aaf8
test(nuxt): Unit tests for event filter (#13229) - Additional commits viewable in compare view