Skip to content

Commit

Permalink
docs(auto-instrumentations-web): missing supported instrumentations
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHippo committed May 11, 2022
1 parent d39c642 commit dd41204
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions metapackages/auto-instrumentations-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ registerInstrumentations({

```

## Supported instrumentations

- [@opentelemetry/instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-document-load)
- [@opentelemetry/instrumentation-fetch](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-fetch)
- [@opentelemetry/instrumentation-user-interaction](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-user-interaction)
- [@opentelemetry/instrumentation-xml-http-request](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-xml-http-request)

## Useful links

- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
Expand Down

0 comments on commit dd41204

Please sign in to comment.