Skip to content

Commit

Permalink
[#217]: ligretto frontend sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
Themezv committed Mar 31, 2024
1 parent a203aea commit 8a46500
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/ligretto-frontend/src/app/sentry/initSentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { captureConsoleIntegration } from '@sentry/integrations'

import { SENTRY_DSN, SENTRY_ENV, IS_DEV_MODE, APP_VERSION } from '#shared/constants/config'

console.log(SENTRY_DSN, IS_DEV_MODE, SENTRY_ENV, APP_VERSION)

Sentry.init({
dsn: SENTRY_DSN,
maxBreadcrumbs: 50,
Expand Down

0 comments on commit 8a46500

Please sign in to comment.