Skip to content

feat(platform-redirect): alert for unavailable platforms for automated instrumentation#16833

Open
aldy505 wants to merge 1 commit intomasterfrom
aldy505/feat/automated-tracing-technical-limitation
Open

feat(platform-redirect): alert for unavailable platforms for automated instrumentation#16833
aldy505 wants to merge 1 commit intomasterfrom
aldy505/feat/automated-tracing-technical-limitation

Conversation

@aldy505
Copy link
Collaborator

@aldy505 aldy505 commented Mar 8, 2026

DESCRIBE YOUR PR

Closes DOCS-AAM

Actual link: https://docs.sentry.io/platform-redirect/?next=%2Ftracing%2Finstrumentation%2Fautomatic-instrumentation

My change:

image

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

@vercel
Copy link

vercel bot commented Mar 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Mar 8, 2026 1:51pm
sentry-docs Ready Ready Preview, Comment Mar 8, 2026 1:51pm

Request Review

Comment on lines 153 to +159
<Alert>{platformInfo}</Alert>
{isTracingAutomatedInstrumentation && (
<Alert>
This page lists only platforms with automated tracing instrumentation. Some
platforms may be omitted due to technical limitations.
</Alert>
)}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<Alert>{platformInfo}</Alert>
{isTracingAutomatedInstrumentation && (
<Alert>
This page lists only platforms with automated tracing instrumentation. Some
platforms may be omitted due to technical limitations.
</Alert>
)}
<Alert>
{platformInfo}
{isTracingAutomatedInstrumentation && (
<>
<br />
<br />
This page lists only platforms with automated tracing instrumentation. Some
platforms may be omitted due to technical limitations.
</>
)}
</Alert>

Maybe make this one alert so there's not alert fatigue? Or, if you want to keep them separate, let's change the color of the second:

{isTracingAutomatedInstrumentation && (
  <Alert level="warning">
    This page lists only platforms with automated tracing instrumentation. Some
    platforms may be omitted due to technical limitations.
  </Alert>
)}```

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep let's change the color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants