fix/sentry init brackets
This commit is contained in:
parent
8c4cebb31a
commit
404d761fab
|
|
@ -29,7 +29,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
|
|||
Sentry.openAIIntegration({
|
||||
recordInputs: true,
|
||||
recordOutputs: true,
|
||||
)},
|
||||
}),
|
||||
],
|
||||
tracesSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.3,
|
||||
enableLogs: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue