Skip to content

Commit

Permalink
fix: remove extraErrorDataIntegration from sentry in pino config
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed Jul 22, 2024
1 parent ddf1b3f commit d94cdec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ if (process.env.SENTRY_DSN) {
target: 'pino-sentry-transport',
options: {
sentry: {
integrations: [
Sentry.extraErrorDataIntegration({
depth: 15,
captureErrorCause: true,
}),
],
dsn: process.env.SENTRY_DSN,
environment: process.env.SENTRY_ENV ?? 'dev',
ignoreErrors: [
Expand Down

0 comments on commit d94cdec

Please sign in to comment.