Skip to content

Commit fcdce3b

Browse files
bartlomiejuclaude
andcommitted
fix: correct GitHub link path for instrumentation-document-load
The package is under packages/, not plugins/web/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dbc79f0 commit fcdce3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/latest/advanced/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ When an OpenTelemetry exporter is active, Fresh automatically injects a
145145
```
146146

147147
This allows client-side OpenTelemetry instrumentation (such as
148-
[`@opentelemetry/instrumentation-document-load`](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-document-load))
148+
[`@opentelemetry/instrumentation-document-load`](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-document-load))
149149
to link browser performance traces back to the server-side span that rendered
150150
the page, giving you end-to-end visibility from server rendering through page
151151
load.

0 commit comments

Comments
 (0)