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
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm encountering a use-case where it'd be handy if I could view both initial load data as well as custom spans together. Right now, any custom spans appear separately from the initial load data.
Describe the solution you'd like
I'd like to have some global span that gets started automatically via the initial load, but then requires manual closing. The initial page load span can live under that global span, and any user interaction or custom spans will live under that global span as well.
Describe alternatives you've considered
I've been digging through the code to see if it should already be possible to do this, but it was not able to find a solution.
The text was updated successfully, but these errors were encountered:
rikonor
changed the title
Nesting user interaction spans under initial load span
Attaching user interaction spans and initial load span
Mar 18, 2020
Is your feature request related to a problem? Please describe.
I'm encountering a use-case where it'd be handy if I could view both initial load data as well as custom spans together. Right now, any custom spans appear separately from the initial load data.
Describe the solution you'd like
I'd like to have some global span that gets started automatically via the initial load, but then requires manual closing. The initial page load span can live under that global span, and any user interaction or custom spans will live under that global span as well.
Describe alternatives you've considered
I've been digging through the code to see if it should already be possible to do this, but it was not able to find a solution.
The text was updated successfully, but these errors were encountered: