From 77b483c393def7fd8914c06626b9602240dee5a5 Mon Sep 17 00:00:00 2001 From: Josh Kelley Date: Mon, 11 Mar 2024 17:00:51 -0400 Subject: [PATCH] Fix link syntax (#9418) --- platform-includes/performance/opentelemetry-setup/node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-includes/performance/opentelemetry-setup/node.mdx b/platform-includes/performance/opentelemetry-setup/node.mdx index 20a379c28c7c8..582e885e7be41 100644 --- a/platform-includes/performance/opentelemetry-setup/node.mdx +++ b/platform-includes/performance/opentelemetry-setup/node.mdx @@ -91,7 +91,7 @@ span.end(); -If you are using the [@sentry/opentelemetry-node](https://www.npmjs.com/package/@sentry/opentelemetry-node] package, you can continue to do so. Usage instructions are in the +If you are using the [@sentry/opentelemetry-node](https://www.npmjs.com/package/@sentry/opentelemetry-node) package, you can continue to do so. Usage instructions are in the package's README. This package has a slightly easier setup process but provides a more limited connection between Sentry and OpenTelemetry than the instructions outlined above.