feat: allow all logs to be passed to sentry
This commit is contained in:
parent
b4e375c010
commit
91931c9bda
|
|
@ -25,7 +25,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
|
|||
integrations: [
|
||||
// Add our Profiling integration
|
||||
nodeProfilingIntegration(),
|
||||
Sentry.consoleLoggingIntegration({ levels: ['log', 'error', 'warn'] }),
|
||||
Sentry.consoleLoggingIntegration({ levels: ['log', 'info', 'warn', 'error', 'debug', 'assert', 'trace'] }),
|
||||
Sentry.openAIIntegration({
|
||||
recordInputs: true,
|
||||
recordOutputs: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue