Skip to content

Commit dbc79f0

Browse files
bartlomiejuclaude
andcommitted
fix: replace npmjs link with GitHub repo link
npmjs.com returns 403 to automated link checkers. Link to the OpenTelemetry GitHub repo instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 77fbac0 commit dbc79f0

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://www.npmjs.com/package/@opentelemetry/instrumentation-document-load))
148+
[`@opentelemetry/instrumentation-document-load`](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-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)