Skip to content

Commit

Permalink
chore: disable vercel telemetry
Browse files Browse the repository at this point in the history
This commit disables the Vercel telemetry since it is no longer needed
now that the app has been functioning correctly for over a year.
  • Loading branch information
rickstaa committed Jun 2, 2024
1 parent 5e58bea commit 61d9913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ root.render(
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
if (process.env.NODE_ENV === "production") {
reportWebVitals(sendToVercelAnalytics);
}
// if (process.env.NODE_ENV === "production") {
// reportWebVitals(sendToVercelAnalytics);
// }

0 comments on commit 61d9913

Please sign in to comment.