You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(js): Document how to disable tracing (#14268)
Closes#14267
This adds more explicit docs explaining how to disable tracing, as this
sometimes is confusing for folks.
---------
Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com>
@@ -75,13 +75,37 @@ See <PlatformLink to="/tracing/instrumentation/automatic-instrumentation">Automa
75
75
76
76
You can also manually start spans to instrument specific parts of your code. This is useful when you want to measure the performance of a specific operation or function.
0 commit comments