0.1.5
This commit is contained in:
@@ -17,7 +17,7 @@ Sentry.init({
|
||||
// Tracing
|
||||
tracesSampleRate: 0.1, // Capture 10% of the transactions
|
||||
// Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled
|
||||
tracePropagationTargets: ["localhost", /^https:\/\/c\.yumj\.in/],
|
||||
tracePropagationTargets: [/^https:\/\/c\.yumj\.in/],
|
||||
// Session Replay
|
||||
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.
|
||||
replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
|
||||
|
||||
Reference in New Issue
Block a user