This message was deleted.
# support
s
This message was deleted.
v
You can initialize tracing.js in your main file
So you need to import
tracing.js
in your main application. The
import ./tracing.js
should be the first line of your application code and initialize it before any other function. Here’s the sample github repo which shows the implementation.