File tree Expand file tree Collapse file tree 7 files changed +4
-49
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 7 files changed +4
-49
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@sentry/react" : " latest || *" ,
7
- "@testing-library/jest-dom" : " 5.14.1" ,
8
- "@testing-library/react" : " 13.0.0" ,
9
- "@testing-library/user-event" : " 13.2.1" ,
10
- "@types/jest" : " 27.0.1" ,
11
7
"@types/node" : " 16.7.13" ,
12
8
"@types/react" : " 18.0.0" ,
13
9
"@types/react-dom" : " 18.0.0" ,
14
10
"react" : " 18.2.0" ,
15
11
"react-dom" : " 18.2.0" ,
16
12
"react-scripts" : " 5.0.1" ,
17
- "typescript" : " 4.9.5" ,
18
- "web-vitals" : " 2.1.0"
13
+ "typescript" : " 4.9.5"
19
14
},
20
15
"scripts" : {
21
16
"start" : " react-scripts start" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import React from 'react';
3
3
import ReactDOM from 'react-dom/client' ;
4
4
import App from './App' ;
5
5
import './index.css' ;
6
- import reportWebVitals from './reportWebVitals' ;
7
6
8
7
Sentry . init ( {
9
8
environment : 'qa' , // dynamic sampling bias to keep transactions
@@ -21,8 +20,3 @@ root.render(
21
20
< App />
22
21
</ React . StrictMode > ,
23
22
) ;
24
-
25
- // If you want to start measuring performance in your app, pass a function
26
- // to log results (for example: reportWebVitals(console.log))
27
- // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
28
- reportWebVitals ( ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@sentry/react" : " latest || *" ,
7
- "@testing-library/jest-dom" : " 5.14.1" ,
8
- "@testing-library/react" : " 13.0.0" ,
9
- "@testing-library/user-event" : " 13.2.1" ,
10
7
"history" : " 4.9.0" ,
11
8
"@types/history" : " 4.7.11" ,
12
- "@types/jest" : " 27.0.1" ,
13
9
"@types/node" : " 16.7.13" ,
14
10
"@types/react" : " npm:types-react@rc" ,
15
11
"@types/react-dom" : " npm:types-react-dom@rc" ,
16
12
"react" : " 19.0.0-rc-935180c7e0-20240524" ,
17
13
"react-dom" : " 19.0.0-rc-935180c7e0-20240524" ,
18
14
"react-scripts" : " 5.0.1" ,
19
- "typescript" : " 4.9.5" ,
20
- "web-vitals" : " 2.1.0"
15
+ "typescript" : " 4.9.5"
21
16
},
22
17
"scripts" : {
23
18
"build" : " react-scripts build" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@sentry/react" : " latest || *" ,
7
- "@testing-library/jest-dom" : " 5.14.1" ,
8
- "@testing-library/react" : " 13.0.0" ,
9
- "@testing-library/user-event" : " 13.2.1" ,
10
- "@types/jest" : " 27.0.1" ,
11
7
"@types/node" : " 16.7.13" ,
12
8
"@types/react" : " 18.0.0" ,
13
9
"@types/react-dom" : " 18.0.0" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@sentry/react" : " latest || *" ,
7
- "@testing-library/jest-dom" : " 5.14.1" ,
8
- "@testing-library/react" : " 13.0.0" ,
9
- "@testing-library/user-event" : " 13.2.1" ,
10
7
"history" : " 4.9.0" ,
11
8
"@types/history" : " 4.7.11" ,
12
- "@types/jest" : " 27.0.1" ,
13
9
"@types/node" : " 16.7.13" ,
14
10
"@types/react" : " 18.0.0" ,
15
11
"@types/react-dom" : " 18.0.0" ,
19
15
"react-dom" : " 18.2.0" ,
20
16
"react-router-dom" : " 5.3.4" ,
21
17
"react-scripts" : " 5.0.1" ,
22
- "typescript" : " 4.9.5" ,
23
- "web-vitals" : " 2.1.0"
18
+ "typescript" : " 4.9.5"
24
19
},
25
20
"scripts" : {
26
21
"build" : " react-scripts build" ,
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@sentry/react" : " latest || *" ,
7
- "@testing-library/jest-dom" : " 5.14.1" ,
8
- "@testing-library/react" : " 13.0.0" ,
9
- "@testing-library/user-event" : " 13.2.1" ,
10
- "@types/jest" : " 27.0.1" ,
11
7
"@types/node" : " 16.7.13" ,
12
8
"@types/react" : " 18.0.0" ,
13
9
"@types/react-dom" : " 18.0.0" ,
14
10
"react" : " 18.2.0" ,
15
11
"react-dom" : " 18.2.0" ,
16
12
"react-router-dom" : " ^6.4.1" ,
17
13
"react-scripts" : " 5.0.1" ,
18
- "typescript" : " 4.9.5" ,
19
- "web-vitals" : " 2.1.0"
14
+ "typescript" : " 4.9.5"
20
15
},
21
16
"scripts" : {
22
17
"build" : " react-scripts build" ,
You can’t perform that action at this time.
0 commit comments