Conversation
…inks Remove artifacts from the previous (sunset) metrics beta that conflict with the current metrics beta: - Delete orphaned includes/metrics-api-change.mdx sunset notice - Update JS/Java/Android migration guides to clarify the old API was replaced and link to the new metrics docs - Point all platform metrics pages to the canonical feedback discussion (getsentry/sentry#102275) instead of old per-SDK discussions - Fix Android metrics page linking to wrong SDK (sentry-javascript) - Fix Ruby requirements copy-paste bug (said 'Python' instead of 'Ruby') Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
nikolovlazar
approved these changes
Feb 18, 2026
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
Cleans up artifacts from the previous (sunset) metrics beta that conflict with the current, active metrics beta. Users migrating SDKs were seeing "metrics beta has ended" and "metrics have been removed" language with no mention that a new metrics system exists — causing confusion.
Changes
Removed:
includes/metrics-api-change.mdx— an unused sunset notice from the old metrics beta that was never wired upUpdated migration guides (3 files):
platforms/javascript/common/migration/v8-to-v9.mdx— Clarified the previous metrics API was removed and linked to the new metrics docsplatforms/java/common/migration/7.x-to-8.0.mdx— Replaced stale "Metrics will return but we don't know in what exact form yet" with a link to the new metrics docsplatforms/android/migration/index.mdx— Same as JavaFixed GitHub discussion links (7 platform metrics pages):
All platform SDK metrics pages were pointing to old per-SDK GitHub discussions from the previous beta. Updated them to point to the canonical new beta feedback discussion (
getsentry/sentry#102275):sentry-javascript#18055→sentry#102275)sentry-python#5042→sentry#102275)sentry-javascript#18055→sentry#102275— was linking to the wrong SDK entirely)sentry-dotnet#4838→sentry#102275)sentry-go/discussions→sentry#102275)sentry-cocoa/discussions→sentry#102275)sentry-php→sentry#102275)Fixed copy-paste bug:
platform-includes/metrics/requirements/ruby.mdx— Said "Metrics for Python" instead of "Metrics for Ruby"IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST
Co-Authored-By: Claude noreply@anthropic.com