ref(nextjs): Set automaticVercelMonitors to be false by default (#9697)
From this version onwards the default for the automaticVercelMonitors option in the Next.js SDK is set to false.
Previously, if you made use of Vercel Crons the SDK automatically instrumented the relevant routes to create Sentry monitors.
Because this feature will soon be generally available, we are now flipping the default to avoid situations where quota is used unexpectedly.
If you want to continue using this feature, make sure to set the automaticVercelMonitors flag to true in your next.config.js Sentry settings.
Other Changes
chore(astro): Add 4.0.0 preview versions to astro peer dependency range (#9696)
ref(feedback): Change form box-shadow to use CSS var (#9630)
7.84.0
Important Changes
ref(nextjs): Set automaticVercelMonitors to be false by default (#9697)
From this version onwards the default for the automaticVercelMonitors option in the Next.js SDK is set to false.
Previously, if you made use of Vercel Crons the SDK automatically instrumented the relevant routes to create Sentry monitors.
Because this feature will soon be generally available, we are now flipping the default to avoid situations where quota is used unexpectedly.
If you want to continue using this feature, make sure to set the automaticVercelMonitors flag to true in your next.config.js Sentry settings.
Other Changes
chore(astro): Add 4.0.0 preview versions to astro peer dependency range (#9696)
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/nextjs from 7.70.0 to 7.85.0.
Release notes
Sourced from
@​sentry/nextjs
's releases.... (truncated)
Changelog
Sourced from
@​sentry/nextjs
's changelog.... (truncated)
Commits
11e7474
release: 7.85.03670446
Merge pull request #9736 from getsentry/develop2ae79fa
chore(feedback): Adjust package resolutions for@sentry-internal/feedback
i...b627c15
Merge pull request #9730 from getsentry/prepare-release/7.85.01fd0b61
meta(changelog): Update changelog for 7.85.0bfc63cb
fix(astro): Isolate request instrumentation middleware (#9709)abbc57f
feat(core): AddaddEventProcessor
method (#9554)6a382a9
fix(replay): Capture JSON XHR response bodies (#9623)f8cebde
feat(feedback): Include Feedback package in browser SDK (#9586)0830866
feat(crons): Add interface for heartbeat checkin (#9706)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