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 0f23988 commit 39baf48Copy full SHA for 39baf48
MIGRATION.md
@@ -15,6 +15,7 @@ In v8, the Span class is heavily reworked. The following properties & methods ar
15
* `span.toContext()`: Access the fields directly instead.
16
* `span.updateWithContext(newSpanContext)`: Update the fields directly instead.
17
* `span.setName(newName)`: Use `span.updateName(newName)` instead.
18
+* `span.toTraceparent()`: use `spanToTraceHeader(span)` util instead.
19
20
## Deprecate `pushScope` & `popScope` in favor of `withScope`
21
0 commit comments