dependabot npm(deps): bump @sentry/node from 8.26.0 to 8.27.0
Bumps @sentry/node from 8.26.0 to 8.27.0.
Release notes
Sourced from @sentry/node
's releases.
8.27.0
Important Changes
fix(nestjs): Exception filters in main app module are not being executed (#13278)
With this release nestjs error monitoring is no longer automatically set up after adding the
SentryModule
to your application, which led to issues in certain scenarios. You will now have to either add theSentryGlobalFilter
to your main module providers or decorate thecatch()
method in your existing global exception filters with the newly released@WithSentry()
decorator. See the docs for more details.Other Changes
- feat: Add options for passing nonces to feedback integration (#13347)
- feat: Add support for SENTRY_SPOTLIGHT env var in Node (#13325)
- feat(deps): bump
@prisma/instrumentation
from 5.17.0 to 5.18.0 (#13327)- feat(feedback): Improve error message for 403 errors (#13441)
- fix(deno): Don't rely on
Deno.permissions.querySync
(#13378)- fix(replay): Ensure we publish replay CDN bundles (#13437)
Work in this release was contributed by
@charpeni
. Thank you for your contribution!
Changelog
Sourced from @sentry/node
's changelog.
8.27.0
Important Changes
fix(nestjs): Exception filters in main app module are not being executed (#13278)
With this release nestjs error monitoring is no longer automatically set up after adding the
SentryModule
to your application, which led to issues in certain scenarios. You will now have to either add theSentryGlobalFilter
to your main module providers or decorate thecatch()
method in your existing global exception filters with the newly released@WithSentry()
decorator. See the docs for more details.Other Changes
- feat: Add options for passing nonces to feedback integration (#13347)
- feat: Add support for SENTRY_SPOTLIGHT env var in Node (#13325)
- feat(deps): bump
@prisma/instrumentation
from 5.17.0 to 5.18.0 (#13327)- feat(feedback): Improve error message for 403 errors (#13441)
- fix(deno): Don't rely on
Deno.permissions.querySync
(#13378)- fix(replay): Ensure we publish replay CDN bundles (#13437)
Work in this release was contributed by
@charpeni
. Thank you for your contribution!
Commits
-
66a6316
release: 8.27.0 -
706ebd3
Merge pull request #13474 from getsentry/prepare-release/8.27.0 -
b0180be
Merge branch 'master' into prepare-release/8.27.0 -
205f127
meta: Update CHANGELOG for 8.27.0 -
ea847d1
ci: Don't fail profiling bindings job on cache miss (#13464) -
5b9d3bb
ci: Always run build on develop branch (#13404) -
195482c
ci: Stabilize CI dependency cache key (#13401) -
6cb6999
test: Fix flaky csp test (#13376) -
80a116b
fix(replay): Ensure we publish replay CDN bundles (#13437) -
e6861cf
feat(feedback): Improve error message for 403 errors (#13441) - Additional commits viewable in compare view