@lokalise/opentelemetry-fastify-bootstrap 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,8 +46,8 @@ initOpenTelemetry()
46
46
  | Variable | Description | Default |
47
47
  |----------|-------------|---------|
48
48
  | `NODE_ENV` | When set to `test`, OpenTelemetry is disabled | - |
49
- | `OPEN_TELEMETRY_ENABLED` | Set to `true` to enable OpenTelemetry | `false` |
50
- | `OPEN_TELEMETRY_EXPORTER_URL` | OTLP gRPC exporter URL | `grpc://localhost:4317` |
49
+ | `OTEL_ENABLED` | Set to `true` to enable OpenTelemetry | `false` |
50
+ | `OTEL_EXPORTER_URL` | OTLP gRPC exporter URL | `grpc://localhost:4317` |
51
51
 
52
52
  ### Options
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokalise/opentelemetry-fastify-bootstrap",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",