Skip to content

Commit

Permalink
Fixed DataDog trace exporter
Browse files Browse the repository at this point in the history
`ddtrace` package introduced some breaking changes that break the
DataDog trace exporter. This commit downgrades the dependency to last
know working version to fix the exporter.
  • Loading branch information
owais committed Apr 3, 2021
1 parent a70f8ef commit f84ccb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-datadog/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
ddtrace>=0.34.0
ddtrace>=0.34.0,<0.47.0
opentelemetry-api == 1.0.0
opentelemetry-sdk == 1.0.0

Expand Down

0 comments on commit f84ccb1

Please sign in to comment.