Skip to content

Commit 404d761

Browse files
authored
fix/sentry init brackets
1 parent 8c4cebb commit 404d761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/sentry/initialize.sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const initializeSentry = (appName: string, allowLogs = false) => {
2929
Sentry.openAIIntegration({
3030
recordInputs: true,
3131
recordOutputs: true,
32-
)},
32+
}),
3333
],
3434
tracesSampleRate: process.env.NODE_ENV === 'development' ? 1.0 : 0.3,
3535
enableLogs: true,

0 commit comments

Comments
 (0)