Skip to content

Commit 61c1a0d

Browse files
committed
remove webvitals usage
1 parent 55da7e9 commit 61c1a0d

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

dev-packages/e2e-tests/test-applications/create-react-app/src/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react';
33
import ReactDOM from 'react-dom/client';
44
import App from './App';
55
import './index.css';
6-
import reportWebVitals from './reportWebVitals';
76

87
Sentry.init({
98
environment: 'qa', // dynamic sampling bias to keep transactions
@@ -21,8 +20,3 @@ root.render(
2120
<App />
2221
</React.StrictMode>,
2322
);
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();

dev-packages/e2e-tests/test-applications/create-react-app/src/reportWebVitals.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)