We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4cebb commit 404d761Copy full SHA for 404d761
libraries/nestjs-libraries/src/sentry/initialize.sentry.ts
@@ -29,7 +29,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
29
Sentry.openAIIntegration({
30
recordInputs: true,
31
recordOutputs: true,
32
- )},
+ }),
33
],
34
tracesSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.3,
35
enableLogs: true,
0 commit comments