goenning / next-applicationinsights

React higher-order component for using Azure Application Insights inside Next.js
MIT License
15 stars 7 forks source link

Track request #11

Open ngKarol opened 3 years ago

ngKarol commented 3 years ago

Hi,

Unfortunately, your tool doesn't support request tracking. Do you think it is possible to track requests with microsoft package that you are using?

goenning commented 3 years ago

Are you looking to track API calls or server side rendered pages?

ngKarol commented 3 years ago

Both :)

zmarty commented 3 years ago

We took care of the server side tracking by using the Node.js App Insights SDK - I describe how we do it here: https://www.ovidiudan.com/nodejs-app-insights-nextjs/

We are now trying to also add the Web SDK, are you saying the way it's instantiated in this package it does not track API calls made by the user's browser?