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
When calling start(), we always include a breadcrumb for the initial page navigation. This should not always be included and will cause the replay to appear to start earlier than when the public start() function is actually caused.
To repro:
set sample rates to 0 (we want manual recording)
reload page (this will create the navigation.reload breadcrumb)
wait seconds
observe current time and then call replay.start()
console.log something so that it gets record to replay
You'll see that we get a navigation breadcrumb at time = 0 and the console.log happens at time = x