Merged in chore/release-pipeline (pull request #3352)
Add scripts for handling deployments Approved-by: Linus Flood
This commit is contained in:
@@ -12,6 +12,7 @@ Sentry.init({
|
||||
denyUrls: denyUrls,
|
||||
// Disable logs for clients, will probably give us too much noise
|
||||
enableLogs: false,
|
||||
release: env.NEXT_PUBLIC_RELEASE_TAG || undefined,
|
||||
beforeSendLog(log) {
|
||||
const ignoredLevels: (typeof log.level)[] = ["debug", "trace", "info"]
|
||||
if (ignoredLevels.includes(log.level)) {
|
||||
|
||||
Reference in New Issue
Block a user