docs(js): Remove breadcrumbs console and instrumentation warnings - #19527
Merged
Merged
Conversation
The `console` option of `breadcrumbsIntegration` was removed from `@sentry/browser` and `@sentry/deno` in v11, and `consoleIntegration` is a default integration in both now. Point readers at that integration and show how to turn console breadcrumbs off by filtering it out. The `disableInstrumentationWarnings` option was also removed, since channel-based instrumentation can no longer detect a framework imported before `Sentry.init()`. Drop it from the options reference. Also add the missing `consoleIntegration` rows to the browser, Deno, Vue, Gatsby, and Wasm integration tables, replace the two examples that configured the old option, and add a Deno migration item alongside the browser one. Fixes SDK-1488 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
The relative `./console` link resolved against the page's trailing-slash URL, producing `integrations/breadcrumbs/console` and a 404. Use `PlatformLink` so it points at the guide's Console page. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
chargome
marked this pull request as ready for review
September 22, 2026 13:41
Contributor
|
Please update the IS YOUR CHANGE URGENT? section of the PR description:
This information helps the Docs team prioritize your review. |
s1gr1d
approved these changes
Sep 22, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
consoleoption ofbreadcrumbsIntegration, removed in v11 from@sentry/browserand@sentry/deno;consoleIntegrationis a default integration in both nowdisableInstrumentationWarningsfrom the options referenceconsoleIntegrationto the browser, Deno, Vue, Gatsby, and Wasm integration tables, and mark the Console page as supported on browser platformsFixes SDK-1488