This message was deleted.
# general
s
This message was deleted.
m
is there any error you are seeing in the console? like failed to export? Also not an expert of FE but it seems like you are overriding the span variable with each new request? is it the case?
v
@Yunus M Can you help here?
s
@Mohammad Arshad I don’t see any errors in the console just span and trace is created but traceid is 0000000 . also appcomponent initialized only once so override is not happening
m
okay so spanId and traceId never be 000000…. I guess these are just default values and the trace was never created in the first place.
👍 1