mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Report app startup and DB migration errors to Sentry (#5127)
This commit is contained in:
committed by
GitHub
parent
3c109ffab1
commit
a573db2ef7
@@ -2,7 +2,7 @@ import type { Primitives } from './utils';
|
||||
import * as Logger from './LoggerProxy';
|
||||
|
||||
export interface ReportingOptions {
|
||||
level?: 'warning' | 'error';
|
||||
level?: 'warning' | 'error' | 'fatal';
|
||||
tags?: Record<string, Primitives>;
|
||||
extra?: Record<string, unknown>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user