We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ae39e commit 8819373Copy full SHA for 8819373
setup.py
@@ -85,7 +85,9 @@ def get_file_text(file_name):
85
"unleash": ["UnleashClient>=6.0.1"],
86
},
87
entry_points={
88
- "opentelemetry_propagator": ["sentry=sentry_sdk.propagator:SentryPropagator"]
+ "opentelemetry_propagator": [
89
+ "sentry=sentry_sdk.opentelemetry.propagator:SentryPropagator"
90
+ ]
91
92
classifiers=[
93
"Development Status :: 5 - Production/Stable",
0 commit comments