Skip to content

Commit e1dcb12

Browse files
authored
docs: fix URLs to OpenTelemetry docs (medusajs#12742)
1 parent ab4358d commit e1dcb12

File tree

1 file changed

+2
-2
lines changed
  • www/apps/book/app/learn/debugging-and-testing/instrumentation

1 file changed

+2
-2
lines changed

www/apps/book/app/learn/debugging-and-testing/instrumentation/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function register() {
7373

7474
In the `instrumentation.ts` file, you export a `register` function that uses Medusa's `registerOtel` utility function. You also initialize an instance of the exporter, such as Zipkin, and pass it to the `registerOtel` function.
7575

76-
`registerOtel` accepts an object where you can pass any [NodeSDKConfiguration](https://open-telemetry.github.io/opentelemetry-js/interfaces/_opentelemetry_sdk_node.NodeSDKConfiguration.html) property along with the following properties:
76+
`registerOtel` accepts an object where you can pass any [NodeSDKConfiguration](https://open-telemetry.github.io/opentelemetry-js/interfaces/_opentelemetry_sdk-node.NodeSDKConfiguration.html) property along with the following properties:
7777

7878
<Note>
7979

@@ -91,7 +91,7 @@ The `NodeSDKConfiguration` properties are accepted since Medusa v2.5.1.
9191
},
9292
{
9393
name: "exporter",
94-
type: "[SpanExporter](https://open-telemetry.github.io/opentelemetry-js/interfaces/_opentelemetry_sdk_trace_base.SpanExporter.html)",
94+
type: "[SpanExporter](https://open-telemetry.github.io/opentelemetry-js/interfaces/_opentelemetry_sdk-node.node.SpanExporter.html)",
9595
description: "An instance of an exporter, such as Zipkin."
9696
},
9797
{

0 commit comments

Comments
 (0)