Next with Application Insights #13536
Unanswered
HanliTheron
asked this question in
Help
Replies: 1 comment
-
Nevermind, I had a config issue on production. The above package works fine. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I'm new to Next and struggling to get application insights to work correctly with Next. I've tried a custom implementation and also this package: https://github.com/goenning/next-applicationinsights
I can see some data being logged on the app insights dashboard, but not everything. For example I see no page views being logged (even though Google Analytics logs them perfectly). The ajax dependancies shown in the application map is also strange. I can see the calls made to one of the external domains, but none for another domain even though calls are definitely begin made (and succeeding).
I'm also trying to log custom events but to no avail.
Does anyone maybe have an example on how to use Next and Applications Insights together correctly?
Any help would be appreciated.
Thannks!
Beta Was this translation helpful? Give feedback.
All reactions