Skip to content

Commit d37d542

Browse files
committed
add deprecation warning
1 parent 07af71c commit d37d542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migration/draft-v9-migration-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
});
8888
```
8989

90+
## `@sentry/opentelemetry`
91+
92+
- Deprecated `generateSpanContextForPropagationContext` in favor of doing this manually - we do not need this export anymore.
93+
9094
## Server-side SDKs (`@sentry/node` and all dependents)
9195

9296
- Deprecated `processThreadBreadcrumbIntegration` in favor of `childProcessIntegration`. Functionally they are the same.

0 commit comments

Comments
 (0)