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
* Removing global-middleware.ts approach for sentry init
* Using isomorphic function from tanstack start to init client and
server, including TanStack sentry integrations
// Setting a sample rate is required for sending performance data.
19
-
// We recommend adjusting this value in production, or using tracesSampler
20
-
// for finer control.
21
-
tracesSampleRate:1.0,
22
-
replaysSessionSampleRate:1.0, // 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.
0 commit comments