Using DataDog (dd-trace)
Has anyone had success using the dd-trace package with nuxt 3? I am trying to do some tracing, but I don't see anything happening when I
build
and then start the server. I have tried several methods to initialize the dd-trace package. Specifically, I would expect this to show the configuration:
This does show the trace I expect though:
I guess since the dd-trace module has to be the first thing run, the nuxi binary somehow prevents that.0 Replies