Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-gupta7 committed Aug 1, 2024
1 parent 46532eb commit 52a7934
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/tokens-studio-for-figma/src/app/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ export const initializeSentry = () => {
replaysOnErrorSampleRate: 1.0,
integrations: [],
});
//Sentry.addTracingExtensions();
// Sentry.addTracingExtensions();
break;
case 'development':
Sentry.init({
dsn: '',
release: `figma-tokens@${pjs.version}`,
environment: process.env.ENVIRONMENT,
tracesSampleRate: 0,
profilesSampleRate: 0,
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 0,
integrations: [],
});
break;
case 'development':
Sentry.init({
dsn: '',
release: `figma-tokens@${pjs.version}`,
environment: process.env.ENVIRONMENT,
tracesSampleRate: 0,
profilesSampleRate: 0,
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 0,
integrations: [],
});
break;
default:
break;
}
Expand Down

0 comments on commit 52a7934

Please sign in to comment.