Skip to content

Commit 9b721b1

Browse files
committed
migration
1 parent 9298b76 commit 9b721b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MIGRATION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,11 @@ In v8, the Span class is heavily reworked. The following properties & methods ar
151151
- `span.data`: Use `spanToJSON(span).data` instead.
152152
- `span.setTag()`: Use `span.setAttribute()` instead or set tags on the surrounding scope.
153153
- `span.setData()`: Use `span.setAttribute()` instead.
154+
<<<<<<< HEAD
154155
- `span.instrumenter` This field was removed and will be replaced internally.
156+
=======
157+
- `span.transaction`: Use `getRootSpan` utility function instead.
158+
>>>>>>> 167fa756a (migration)
155159
- `transaction.setContext()`: Set context on the surrounding scope instead.
156160

157161
## Deprecate `pushScope` & `popScope` in favor of `withScope`

0 commit comments

Comments
 (0)