nhewage1997

Results 1 comments of nhewage1997

Hi I wanted to reopen this thread. I'm trying to setup profiling for my next.js application. I modified `sentry.server.config.ts` with the following ``` profilesSampleRate: 1.0, integrations: [ newProfilingIntegration(), ] ```...