fix/sentry init brackets
This commit is contained in:
parent
8c4cebb31a
commit
404d761fab
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue