Ramemis
Ramemis
Facing issue when I'm using the Application Insights-Node package in the page. ``` import Container from 'components/core/container/Container'; import { GetServerSideProps } from 'next'; const Page = () => { return...
I have nextJs application. `Telemetry.ts` ``` import { ApplicationInsights } from '@microsoft/applicationinsights-web'; const appInsights = new ApplicationInsights({ config: { connectionString: 'InstrumentationKey=', }, }); appInsights.loadAppInsights(); export { appInsights }; ``` `Document.ts`...
ApplicationInsights:Error: @opentelemetry/api: Attempted duplicate registration of API: propagation
Facing issue when I'm using the Application Insights-Node package in the page. ``` import Container from 'components/core/container/Container'; import { GetServerSideProps } from 'next'; const Page = () => { return...
I have a Next.js application, and I'd like to send OpenTelemetry logs to Azure Application Insights. Can you provide an example, and are there any links you can share? Additionally,...