Skip to content

Commit 20dd174

Browse files
authored
fix: update MCP automatic instrumentation links to correct product docs URL (#15840)
## Summary Updates the MCP automatic instrumentation links in JavaScript and Python documentation to point to the correct product documentation URL. ## Changes - Updated link in `docs/platforms/javascript/common/tracing/instrumentation/mcp-module.mdx` - Updated link in `docs/platforms/python/tracing/instrumentation/custom-instrumentation/mcp-module.mdx` **Before:** Links pointed to `/integrations/mcp/` (non-existent platform-specific path) **After:** Links point to `/product/insights/ai/mcp/getting-started/` ## Testing Verified links resolve to the correct MCP getting started documentation.
1 parent 3e4c9c6 commit 20dd174

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/platforms/javascript/common/tracing/instrumentation/mcp-module.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ As a prerequisite to setting up MCP monitoring with JavaScript, you'll need to f
3434

3535
The JavaScript SDK supports automatic instrumentation for MCP servers. We recommend adding the MCP integration to your Sentry configuration to automatically capture spans for MCP operations.
3636

37-
- <PlatformLink to="/integrations/mcp/">
38-
MCP (Model Context Protocol)
39-
</PlatformLink>
37+
- [MCP (Model Context Protocol)](/product/insights/ai/mcp/getting-started/)
4038

4139
## Manual Instrumentation
4240

docs/platforms/python/tracing/instrumentation/custom-instrumentation/mcp-module.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ As a prerequisite to setting up MCP monitoring with Python, you'll need to first
1212

1313
The Python SDK supports automatic instrumentation for MCP servers. We recommend adding the MCP integration to your Sentry configuration to automatically capture spans for MCP operations.
1414

15-
- <PlatformLink to="/integrations/mcp/">
16-
MCP (Model Context Protocol)
17-
</PlatformLink>
15+
- [MCP (Model Context Protocol)](/product/insights/ai/mcp/getting-started/)
1816

1917
## Manual Instrumentation
2018

0 commit comments

Comments
 (0)