huang-julien / nuxt-applicationinsights

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

No Performance metrix in Application Insight #77

Closed StijnAvdL closed 6 days ago

StijnAvdL commented 1 week ago

Hey,

First thanks for maintaining this project!

We have added nuxt-applicationinsights in our project and if we look at the Application Insights we see a Application map which tells us that the connection is made correctly. But all the metrix in Performance and Failures stay empty. Our setup is the follwing:

modules: ['nuxt-applicationinsights'],
runtimeConfig: {
    public: {
      applicationinsights: {
        connectionString: 'InstrumentationKey=xxxxx;IngestionEndpoint=xxxxx;LiveEndpoint=xxxx;ApplicationId=xxxxx'
      }
    }
  },

Are we missing something here with the setup?

Thanks in advance!

huang-julien commented 1 week ago

Hello :wave: Thanks for the issue report.

Your config seems ok. I'll make a patch release for https://github.com/huang-julien/nuxt-applicationinsights/issues/72. But it seems like you don't have this issue.

Without a minimal reproduction, i won't be able to tell what's the exact issue.

StijnAvdL commented 6 days ago

Thanks for letting me know that my setup is atleast correct.