Skip to content

Commit 837da74

Browse files
authored
Merge pull request #182 from scientist-softserv/revert-181-i8-setup-exception-tracking-sentry
Revert "i8-setup-exception-tracking-sentry"
2 parents 7bf8848 + 6a917b5 commit 837da74

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/index.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,9 @@
22
* JSX is not standard js so it's recommended that an app's entry point be a .js file
33
* https://stackoverflow.com/a/60234368/8079848
44
*/
5-
import { Integrations } from "@sentry/tracing";
6-
import * as Sentry from "@sentry/react";
75

86
import './assets/theme/global.scss'
97
import './assets/fontawesome.js'
108

119
export * from './components'
1210
export * from './compounds'
13-
14-
Sentry.init({
15-
dsn: process.env.SENTRY_DSN,
16-
integrations: [
17-
new Integrations.BrowserTracing(),
18-
],
19-
tracesSampleRate: 1.0,
20-
});

0 commit comments

Comments
 (0)