Finish the Sentry sunset cleanup - #2452
Merged
Merged
Conversation
PR #2447 removed the dead provisioning flow from the Sentry page and four others, but three pages still advertised the partnership in present tense and pointed new users at a signup that no longer exists. - Going to production checklist: the error tracking item promised a year of Team Plan credits through the extension. Now points at signing up with Sentry directly and setting SENTRY_DSN as a secret. - Monitoring index: dropped the "claim a year's worth of Team Plan credits" line and the extension-provider framing from the section head. - Shared-nothing blueprint: the closing Sentry recommendation linked to the community post announcing the integration. Links to sentry.io now.
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.
Follow-up to #2447. That PR updated the Sentry page and four others, but three pages still described the partnership in present tense and sent new users toward a signup flow that no longer exists.
SENTRY_DSNas an app secret.Two things outside this repo that are still open:
/docs/flyctl/extensions-sentry-create/still reads "Provision a Sentry project for a Fly.io app" with no warning, andfly extensionsstill lists the subcommand. Those pages are generated from flyctl, so closing that path needs a change upstream.fly launchoutput samples in the Next.js, Python, and Rust guides still show aSentry: false (not requested)line. Accurate to what flyctl prints today, so left alone.