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
tracesSampleRate: 1.0,// Capture 100% of the transactions, reduce in production!
25
-
// Session Replay
26
-
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.
27
-
replaysOnErrorSampleRate: 1.0,// If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
tracesSampleRate: 1.0,// Capture 100% of the transactions, reduce in production!
29
+
// Session Replay
30
+
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.
31
+
replaysOnErrorSampleRate: 1.0,// If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
32
+
});
33
+
}
30
34
/**
31
35
* Set up the NeoDash application and wrap it in the needed providers.
0 commit comments