Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Benson <[email protected]>
  • Loading branch information
martinkuba and tylerbenson authored Aug 5, 2024
1 parent 1239f3c commit 06ed787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ provider.register({
});
```

Alternatively, you can use the [auto-configuration-propagators](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/metapackages/auto-configuration-propagators/README.md) package, which makes it possible to configure propgators via the `OTEL_PROPAGATORS` environment variable. In order to use the `AWSXRayLambdaPropagator`, se the env variable value to `xray-lambda`.
Alternatively, you can use the [auto-configuration-propagators](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/metapackages/auto-configuration-propagators/README.md) package, which makes it possible to configure propgators via the `OTEL_PROPAGATORS` environment variable. In order to use the `AWSXRayLambdaPropagator`, set the env variable value to `xray-lambda`.

```js
const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');
Expand Down

0 comments on commit 06ed787

Please sign in to comment.