🚸 Skip validation if __ENV.js file does not exist
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@planetscale/database": "^1.8.0",
|
||||
"@sentry/nextjs": "7.58.1",
|
||||
"@sentry/nextjs": "7.66.0",
|
||||
"@trpc/server": "10.34.0",
|
||||
"@typebot.io/nextjs": "workspace:*",
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
|
||||
@@ -9,16 +9,4 @@ Sentry.init({
|
||||
"Can't find variable: ResizeObserver",
|
||||
],
|
||||
release: process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA + '-viewer',
|
||||
beforeBreadcrumb(breadcrumb, hint) {
|
||||
try {
|
||||
if (breadcrumb.category.startsWith('ui')) {
|
||||
breadcrumb.message = `${hint.event.target.tagName.toLowerCase()}: ${
|
||||
hint.event.target.innerText
|
||||
}`
|
||||
}
|
||||
} catch (e) {
|
||||
/* empty */
|
||||
}
|
||||
return breadcrumb
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user