Skip to content

refactor: logs integration docs clarity#16445

Merged
KyleTryon merged 6 commits intomasterfrom
refactor/logs_docs
Feb 19, 2026
Merged

refactor: logs integration docs clarity#16445
KyleTryon merged 6 commits intomasterfrom
refactor/logs_docs

Conversation

@KyleTryon
Copy link
Contributor

@KyleTryon KyleTryon commented Feb 18, 2026

On the majority of SDK log pages, there is a section in the middle titled "Integrations". This is misleading, as it seems as if it could be referring to integrations relevant to the current page, when in reality, it is referring to other integrations alternative to the current page. This list would also include the current page as an item in the list.

This PR renames this section to Other Logging Integrations, moves it to the bottom of the page, and excludes the current page from the list.

Old: https://docs.sentry.io/platforms/java/guides/log4j2/logs/
New: https://sentry-docs-git-refactor-logsdocs.sentry.dev/platforms/java/guides/log4j2/logs/


Documentation structure and content improvements:

  • Renamed the "Integrations" section to "Other Logging Integrations" and moved it below troubleshooting or default attributes sections in several platform docs for better visibility (index.mdx files for Android, Dart, .NET, Go, Java, PHP, Python, Ruby, React Native). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]

Integration list formatting standardization:

  • Updated the integration lists for Dart, .NET, Go, Java, and PHP to use a new <IntegrationListItem> component within an unordered list, replacing plain markdown links for improved consistency and styling. [1] [2] [3] [4] [5]

Component and code updates:

  • Added IntegrationLink and IntegrationListItem components to the MDX components registry to support the new integration list formatting. [1] [2]

Removed the "Integrations" section from various platform logging documentation files and replaced it with "Other Logging Integrations" to enhance clarity and consistency. This change was applied to the Android, Dart, .NET, Go, Java, PHP, Python, React Native, and Ruby platforms.

Additionally, updated the Go integrations file to change the heading from "Supported libraries" to "Available integrations" for better alignment with the new structure.
Replaced plain text links with the new IntegrationListItem component for the Dart, .NET, Go, Java, and PHP integration documentation. This change enhances consistency and improves the overall structure of the integration listings across multiple platforms.
@vercel
Copy link

vercel bot commented Feb 18, 2026

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

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Feb 18, 2026 8:24pm
sentry-docs Ready Ready Preview, Comment Feb 18, 2026 8:24pm

Request Review

KyleTryon and others added 2 commits February 18, 2026 14:15
Hides the current page from the 'Other Logging Integrations' list on
platform logs docs so users don't see a link to the page they're on.

Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Modified the Go integration documentation to include updated paths for Slog and Logrus links, ensuring they point to the correct log sections. Additionally, removed the unused IntegrationLink component from the mdxComponents file to streamline imports.
Copy link
Contributor

@coolguyzone coolguyzone left a comment

Choose a reason for hiding this comment

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

Checked the content and the functionality of the new component, looks good to me!

@KyleTryon KyleTryon merged commit 8eee37e into master Feb 19, 2026
17 checks passed
@KyleTryon KyleTryon deleted the refactor/logs_docs branch February 19, 2026 04:04
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

Comments