fmt
This commit is contained in:
parent
e47650fe84
commit
e1cfa376c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user