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
* Fix startTime of span.
SpanBuilderSDK startTime was being initialised with current system time, this was forcing this value to be used as the startTime when the RecordEventsReadableSpan was initialised. This was causing two big issues:
- The start time was set when the spanBuilder was created, not when the span was really started
- If the user decided to use an external clock, it would only be used for the end time, not for the start time. Which would make the duration to be always wrong
0 commit comments