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
`Starting a new trace because org IDs don't match (incoming baggage: ${baggageOrgId}, SDK options: ${sdkOptionOrgId})`,
145
145
);
146
146
returnfalse;
147
147
}
148
148
149
-
conststrictTraceContinuation=client?.getOptions()?.strictTraceContinuation||false;// default for `strictTraceContinuation` is `false` todo(v10): set default to `true`
149
+
conststrictTraceContinuation=client?.getOptions()?.strictTraceContinuation||false;// default for `strictTraceContinuation` is `false`
150
150
151
151
if(strictTraceContinuation){
152
152
// With strict continuation enabled, start new trace if:
`Starting a new trace because strict trace continuation is enabled and one org ID is missing (incoming baggage: ${baggageOrgId}, SDK options: ${sdkOptionOrgId})`,
0 commit comments