Commit dfad14f
authored
ref: Move contextvars_context out of integrations (#4271)
Moving stuff out of `integrations/opentelemetry/` step by step since
there is no OpenTelemetry integration anymore -- it's part of the core
SDK.
This moves
`sentry_sdk/integrations/opentelemetry/contextvars_context.py` ->
`sentry_sdk/opentelemetry/contextvars_context.py`
Ref #38531 parent 6c521d1 commit dfad14f
File tree
3 files changed
+3
-5
lines changed- sentry_sdk
- integrations/opentelemetry
- opentelemetry
3 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 88 | + | |
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
| |||
0 commit comments