Skip to content

Commit 204a613

Browse files
Update index.js
1 parent 55a018d commit 204a613

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/index.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
33
import './index.css';
4-
import * as Sentry from "@sentry/react";
54
import { Integrations } from "@sentry/tracing";
65
import App from './App';
76
import { store } from './app/store';
87
import { Provider } from 'react-redux';
98
import * as serviceWorker from './serviceWorker';
109
import '../node_modules/bootstrap/dist/css/bootstrap.min.css';
1110

12-
Sentry.init({
13-
dsn: "https://549907e80a8d4359991b8a74aee8247a@o1080390.ingest.sentry.io/6086161",
14-
integrations: [new Integrations.BrowserTracing()],
15-
16-
// Set tracesSampleRate to 1.0 to capture 100%
17-
// of transactions for performance monitoring.
18-
// We recommend adjusting this value in production
19-
tracesSampleRate: 1.0,
20-
});
21-
2211
ReactDOM.render(
2312
<React.StrictMode>
2413
<Provider store={store}>

0 commit comments

Comments
 (0)