huang-julien / nuxt-applicationinsights

ApplicationInsights module for Nuxt 3.
15 stars 0 forks source link

fix: stop grouping all operations within a single id #53

Closed huang-julien closed 1 month ago

huang-julien commented 1 month ago

Currently the behavior is to link all pageView and request under a same ID.

This PR reverts this behavior to let application insights handle this.