This release adds fsIntegration, an integration that instruments the fs API to the Sentry Node SDK. The
integration creates spans with naming patterns of fs.readFile, fs.unlink, and so on.
This integration is not enabled by default and needs to be registered in your Sentry.init call. You can configure
via options whether to include path arguments or error messages as span attributes when an fs call fails:
WARNING: This integration may add significant overhead to your application. Especially in scenarios with a lot of
file I/O, like for example when running a framework dev server, including this integration can massively slow down
your application.
This release adds fsIntegration, an integration that instruments the fs API to the Sentry Node SDK. The
integration creates spans with naming patterns of fs.readFile, fs.unlink, and so on.
This integration is not enabled by default and needs to be registered in your Sentry.init call. You can configure
via options whether to include path arguments or error messages as span attributes when an fs call fails:
WARNING: This integration may add significant overhead to your application. Especially in scenarios with a lot of
file I/O, like for example when running a framework dev server, including this integration can massively slow down
your application.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @sentry/react from 8.22.0 to 8.26.0.
Release notes
Sourced from
@sentry/react
's releases.... (truncated)
Changelog
Sourced from
@sentry/react
's changelog.... (truncated)
Commits
bff9dfd
release: 8.26.093fe406
Merge pull request #13351 from getsentry/prepare-release/8.26.02d4e4f5
meta: Update Changelog for 8.26.03fc12c6
fix(ci): Fix incorrectchanged_any_code
check injob_build
(#13353)fd49d0b
fix(nuxt): Add vue to excludeEsmLoaderHooks array (#13346)6c0f01a
fix(ci): Bring back job skipping for PRs without code changes (#13340)334f869
docs(vercel-edge): Update@sentry/vercel-edge
readme to remove alpha status...043ae7e
feat(nextjs): Always transmit trace data to the client (#13337)3871892
feat(nextjs): Updateexperimental_captureRequestError
to reflect `RequestIn...e623782
fix(nuxt): Add import line for disabledautoImport
(#13342)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show