You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/web/src/main.tsx
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client";
3
3
import"./index.css";
4
4
import{RouterProvider}from"react-router-dom";
5
5
import{router}from"./router.tsx";
6
-
// import PWABadge from "./components/pwa-badge.tsx";
6
+
importPWABadgefrom"./components/pwa-badge.tsx";
7
7
8
8
import*asSentryfrom"@sentry/react";
9
9
@@ -18,11 +18,10 @@ Sentry.init({
18
18
replaysSessionSampleRate: 0.1,// This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
19
19
replaysOnErrorSampleRate: 1.0,// If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
0 commit comments