Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/concepts/otlp/sentry-with-otel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ If you're running both a Sentry SDK and OTel instrumentation in the same backend
label="Python"
url="/platforms/python/integrations/otlp"
/>
Coming Soon:
- <LinkWithPlatformIcon
platform="ruby"
label="Ruby"
url="#otlp-integration"
url="/platforms/ruby/integrations/otlp/"
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

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

The URL has a trailing slash, but the Python OTLP integration link on line 70 does not have a trailing slash. For consistency with the Python integration link in the same section, consider removing the trailing slash to make it /platforms/ruby/integrations/otlp instead of /platforms/ruby/integrations/otlp/.

Suggested change
url="/platforms/ruby/integrations/otlp/"
url="/platforms/ruby/integrations/otlp"

Copilot uses AI. Check for mistakes.
/>
Coming Soon:
- <LinkWithPlatformIcon
platform="go"
label="Go"
Expand Down
Loading