You've already forked AstralRinth
forked from didirus/AstralRinth
deploy: match sentry sample rate with wrangler observability
This commit is contained in:
@@ -5,7 +5,7 @@ declare const __SENTRY_RELEASE__: string
|
|||||||
export default defineNitroPlugin(
|
export default defineNitroPlugin(
|
||||||
sentryCloudflareNitroPlugin({
|
sentryCloudflareNitroPlugin({
|
||||||
dsn: 'https://9cf8f56ab7055ab6b1042fad535f2a44@o485889.ingest.us.sentry.io/4510709722185728',
|
dsn: 'https://9cf8f56ab7055ab6b1042fad535f2a44@o485889.ingest.us.sentry.io/4510709722185728',
|
||||||
tracesSampleRate: 1.0,
|
tracesSampleRate: 0.0001, // match with wrangler.jsonc
|
||||||
release: __SENTRY_RELEASE__,
|
release: __SENTRY_RELEASE__,
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user