core-sre-otel-nodejs
v1.1.0
Published
## Installation
Readme
core-sre-otel-nodejs
Installation
npm install core-sre-otel-nodejsUsage
Import the package on your main entry file
require('core-sre-otel-nodejs');Troubleshooting
environment variables
This package uses environment variables to configure opentelemetry.
Make sure you have dotenv installed and imported on your nodejs app.
npm install dotenvrequire('dotenv/config');