We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55da7e9 commit 61c1a0dCopy full SHA for 61c1a0d
dev-packages/e2e-tests/test-applications/create-react-app/src/index.tsx
@@ -3,7 +3,6 @@ import React from 'react';
3
import ReactDOM from 'react-dom/client';
4
import App from './App';
5
import './index.css';
6
-import reportWebVitals from './reportWebVitals';
7
8
Sentry.init({
9
environment: 'qa', // dynamic sampling bias to keep transactions
@@ -21,8 +20,3 @@ root.render(
21
20
<App />
22
</React.StrictMode>,
23
);
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
0 commit comments