From e1cfa376c5a2ca875676ecbcbaef33c54fa9e5fa Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 10 Apr 2024 17:02:58 +0300 Subject: [PATCH] fmt --- src/renderer/_default.page.client.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/renderer/_default.page.client.tsx b/src/renderer/_default.page.client.tsx index 6b5f29b3..b4db6980 100644 --- a/src/renderer/_default.page.client.tsx +++ b/src/renderer/_default.page.client.tsx @@ -22,13 +22,13 @@ export const render = async (pageContext: PageContextBuiltInClientWithClientRout initRouter(pathname, searchParams) Sentry.init({ - dsn: GLITCHTIP_DSN, - tracesSampleRate: 0.01, - integrations: [Sentry.replayIntegration()], - // 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. - }); + dsn: GLITCHTIP_DSN, + tracesSampleRate: 0.01, + integrations: [Sentry.replayIntegration()], + // 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. + }) // eslint-disable-next-line import/no-named-as-default-member await i18next