Skip to content

Commit ba36fa7

Browse files
authored
Fix broken anchor link withActiveSpan (#11129)
anchor link was broken
1 parent 321c7b9 commit ba36fa7

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/tracing/instrumentation/custom-instrumentation

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/tracing/instrumentation/custom-instrumentation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In contrast, **inactive spans** will never have children automatically associate
3030

3131
A key constraint for active spans is that they can only be made active inside of a callback. This constraint exists because otherwise it becomes impossible to associate spans with the correct parent span when working with asynchronous code.
3232

33-
In places where you are not able to wrap executing code in a callback (e.g. when working with hooks or similar) you have to work with inactive spans, and can combine this with [withActiveSpan](#with-active-span) to manually associate child spans with the correct parent span.
33+
In places where you are not able to wrap executing code in a callback (e.g. when working with hooks or similar) you have to work with inactive spans, and can combine this with [withActiveSpan](#withactivespan) to manually associate child spans with the correct parent span.
3434

3535
<PlatformCategorySection supported={['browser']}>
3636

0 commit comments

Comments
 (0)