### Question Is it possible to get the traceId generated by a startSpan with this method export const rumStartSpan = (operation, context, timestampMs) => { return DdTrace.startSpan(operation, context, timestampMs); };