🔧 Explicitly add Sentry release sha
This commit is contained in:
@ -7,6 +7,7 @@ import * as Sentry from '@sentry/nextjs'
|
||||
Sentry.init({
|
||||
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
|
||||
ignoreErrors: ['ResizeObserver loop limit exceeded'],
|
||||
release: process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA,
|
||||
beforeBreadcrumb(breadcrumb, hint) {
|
||||
try {
|
||||
if (breadcrumb.category?.startsWith('ui')) {
|
||||
|
Reference in New Issue
Block a user