This release adds support for Remix v2 future flags, in particular for new error handling utilities of Remix v2. We heavily recommend you switch to using v2_errorBoundary future flag to get the best error handling experience with Sentry.
To capture errors from v2 client-side ErrorBoundary, you should define your own ErrorBoundary in root.tsx and use Sentry.captureRemixErrorBoundaryError helper to capture the error.
// root.tsx
import { captureRemixErrorBoundaryError } from "@sentry/remix";
For server-side errors, define a handleError function in your server entry point and use the Sentry.captureRemixServerException helper to capture the error.
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 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/nextjs from 7.58.1 to 7.59.3.
Release notes
Sourced from
@​sentry/nextjs
's releases.... (truncated)
Changelog
Sourced from
@​sentry/nextjs
's changelog.... (truncated)
Commits
acc37e5
release: 7.59.3e2b0dcd
Merge pull request #8588 from getsentry/prepare-release/7.59.3ac1e6db
meta: Update Changelog for 7.59.3 (again)1c28688
Revert "meta: Update CHANGELOG for 7.59.3 (#8586)" (#8587)48e97d3
meta: Update CHANGELOG for 7.59.3 (#8586)1ed3705
types(browser): Add browser profiling client options (#8565)68c4491
fix(browser): 0 is a valid index (#8581)f2bdd1f
chore(publish): Publish NPM packages in order of dependency tree (#8579)7c51b9e
fix(nextjs): Ensure Webpack plugin is available after dynamic require (#8584)204d3e3
build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#8583)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 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)