diff --git a/src/instrument.ts b/src/instrument.ts index 52d81a1..c73d8e6 100644 --- a/src/instrument.ts +++ b/src/instrument.ts @@ -12,7 +12,7 @@ const client = Sentry.getClient(); if (client) { const profilingIntegration = client.getIntegrationByName("ProfilingIntegration"); - if(profilingIntegration) { + if (profilingIntegration) { // @ts-expect-error this is purposefuly not exposed by the SDK for now profilingIntegration._profiler.start(); }