-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request correlation doesnt work #78
Comments
Hey 👋 for now you need to use some utils provided by I did try to use I may give it a try again later. Or we could also wait for node 22 LTS (21 is not going to be an LTS I think) to get AsyncLocalStorage support so we can trace everything automatically without azure's The issue on #19 is indeed the fact that we can't correctly correlate traces automatically between incoming request (manually done here ) . |
Thanks for clarifying, i have something working for now.
i have access to appInsights in components
then use it as :
Not sure it is the best way but it is working perfectly so far. |
oh yeah, i also have an axios interceptor at work. Wasn't sure if it made sense to add it or if it was too much. I guess I can probably add an axios inteceptor in the utilities :) |
Environment
All, azure app services
Reproduction
azure performance dashboard
Describe the bug
When i deploy this to azure app service, i see that my server side requests are not corelated. Or is it same issue as dependency issue created here? :#19
I see this was implemented on legacy package here: https://github.com/nuxt-community/applicationinsights-module/blob/057714010160c4463423e41365bdd683787f492c/lib/runtime/nitro.js#L13C48-L13C66
Any idea how i can make it work?
Logs
Missing server side request calls
The text was updated successfully, but these errors were encountered: