0

I am trying to use trace-agent on Google App Engine along with 0x, but in my logs, it is showing

ERROR:@google-cloud/trace-agent: TraceAgent#start: Tracing might not work as the following modules were loaded before the trace agent was initialized: [0x]

Can anyone please tell me how can I use both on Google App Engine?

Sudhanshu Gaur
  • 7,486
  • 9
  • 47
  • 94

1 Answers1

0

You can go to our Issue Tracker and open a feature request to have it fixed. Please provide all the details on the 0x module so we can figure out why it's not working.

Ying Li
  • 2,500
  • 2
  • 13
  • 37
  • I have already posted this question on Issue Tracker and they answered that they will ask with their product team. Also, about 0x module as I was starting my server.js file with 0x that's why I think it was getting loaded before trace agent, and that's why the error was there I guess. – Sudhanshu Gaur Sep 04 '18 at 10:08