APM with Nuxt 3 SSR applications #2726
Unanswered
nicolaspayot
asked this question in
Q&A
Replies: 1 comment
-
@nicolaspayot were you able to make any progress on this? I am also wondering how to get client tracking working. I instrument dd_trace at app startup with:
But I'm not getting any client tracking. When I output the logs, I see: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I've been using
dd-trace-js
to enable DataDog APM with Nuxt 3 SSR applications. Here's what I've done so far, inside a server middleware:This is working quite well to monitor page loads (through traces), however, there are not many details of what's happening internally. For example, if the page needs 700ms to load, there are no way at the moment to know why it takes that amount of time.
My first question would be: is this possible to have more information on the pages loads traces? Do I need to manually instrument some Nuxt internals?
And my second question: although
profiling
is enabled, nothing comes out inside the continuous profiler section on DataDog UI. Would you know by any means if something's missing indd-trace
configuration?Thanks very much in advance
Beta Was this translation helpful? Give feedback.
All reactions