陆逸
陆逸
@rochdev FYI. I think it is right. ./server.ts ```node // line 1~3 // other tracers import other_tracers; // line 4~16 // check env & initialized dd-tracer // we only start...
Fixed. Thanks a lot. solution code: ./server.ts ```node // other tracer import('./tracer'); // ... other code ... ``` ./tracer.ts ```node import tracer from 'dd-trace'; if (process.env.NODE_ENV !== 'local') { tracer.init();...
@rochdev one more question. [email protected] can upload tracing & profiling data now. But the Startup log still not contain "integrations_loaded" list as 0.* version like following log. Is it correct?...