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
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: apps/client/index.html
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,6 @@
17
17
name="description"
18
18
content="Timetabl is a blazing fast, offline-enabled, installable timetable app for SBHS. It allows you to access your periods for the day, scan your student barcode, and view your Daily Notices."
// Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled
31
+
tracePropagationTargets: [
32
+
"localhost",
33
+
/^https:\/\/yourserver\.io\/api/,
34
+
],
35
+
}),
36
+
newSentry.Replay(),
37
+
],
38
+
// Performance Monitoring
39
+
tracesSampleRate: 1.0,// Capture 100% of the transactions
40
+
// Session Replay
41
+
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.
42
+
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