Skip to content

Commit

Permalink
fix: remove sentry for now
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis committed Oct 31, 2022
1 parent 9fcd4d4 commit dd2fd5e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
import * as Sentry from '@sentry/browser';
import { BrowserTracing } from '@sentry/tracing';

import { default as useOrganizationModule, Organization } from './store/useOrganization';

Sentry.init({
dsn: 'https://[email protected]/4504055714807808',
integrations: [new BrowserTracing()],

// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1.0,
});

/*
* Eliminate any other information from the useOrganization zustand state coming out
* The only information needed to export is `read` data
Expand Down

0 comments on commit dd2fd5e

Please sign in to comment.