Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -17,7 +17,9 @@ export function initializeSentryServerClient(
|
||||
return init({
|
||||
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
|
||||
|
||||
// ...
|
||||
// Capture 20% of transactions for performance monitoring.
|
||||
// Increase for debugging, decrease for high-traffic production.
|
||||
tracesSampleRate: 0.2,
|
||||
|
||||
// Note: if you want to override the automatic release value, do not set a
|
||||
// `release` value here - use the environment variable `SENTRY_RELEASE`, so
|
||||
|
||||
Reference in New Issue
Block a user