dynatrace-oss / opentelemetry-metric-js

Dynatrace OpenTelemetry Metrics Exporter for JavaScript
https://www.dynatrace.com/integrations/opentelemetry/
Apache License 2.0
6 stars 2 forks source link

OTel dependencies are peer dependencies #7

Closed dyladan closed 3 years ago

dyladan commented 3 years ago

Using peerDependencies to manage opentelemetry dependencies will ensure that we do not install a version of openTelemetry incompatible with the version used by the end user. If the user is using an incompatible version, they will be warned at installation time.