Ramemis

Results 4 issues of 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...

stale

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`...

question

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,...

stale