Skip to content

Commit

Permalink
Update src/instrument.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
  • Loading branch information
JonasBa and AbhiPrasad committed Jun 18, 2024
1 parent 4d2c2a3 commit 93f0f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instrument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 93f0f6f

Please sign in to comment.