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 f4f5919 commit 4d2c2a3
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 @@ -9,7 +9,7 @@ Sentry.init({

const client = Sentry.getClient();

if(client) {
if (client) {
const profilingIntegration = client.getIntegrationByName("ProfilingIntegration");

if(profilingIntegration) {
Expand Down

0 comments on commit 4d2c2a3

Please sign in to comment.