File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import ReactDOM from 'react-dom' ;
3
3
import './index.css' ;
4
- import * as Sentry from "@sentry/react" ;
5
4
import { Integrations } from "@sentry/tracing" ;
6
5
import App from './App' ;
7
6
import { store } from './app/store' ;
8
7
import { Provider } from 'react-redux' ;
9
8
import * as serviceWorker from './serviceWorker' ;
10
9
import '../node_modules/bootstrap/dist/css/bootstrap.min.css' ;
11
10
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
-
22
11
ReactDOM . render (
23
12
< React . StrictMode >
24
13
< Provider store = { store } >
You can’t perform that action at this time.
0 commit comments