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
The `startTransaction` function is deprecated and will be removed in version 8 of the SDK.
46
+
47
+
To migrate, use the span starting functions documented above as a replacement.
48
+
49
+
</Alert>
42
50
43
51
The root span (the span that is the parent of all other spans) is known as a **transaction** in Sentry. Transactions can be accessed and created separately if you need more control over your timing data or if you use a version of the SDK that doesn't support the top-level span APIs.
0 commit comments