Skip to content

Commit 890fb14

Browse files
CopilotSunwuyuan
andcommitted
Fix syntax error: remove extra comma in Sentry config
Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
1 parent f9e144b commit 890fb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sentry.init({
4444
tracePropagationTargets: ["localhost", /^https:\/\/yourserver\.io\/api/],
4545
// Session Replay
4646
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.
47-
replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.,
47+
replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
4848
// Logs
4949
enableLogs: true
5050
});

0 commit comments

Comments
 (0)