Skip to content

Commit

Permalink
Merge pull request #15 from kronostechnologies/DOPS-4215/sentry_dsn
Browse files Browse the repository at this point in the history
DOPS-4215 Fix config load
  • Loading branch information
mcantinqc authored Feb 19, 2024
2 parents 579d863 + a1a0a5f commit eac3330
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mysql2s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ const config = {
level: process.env.COMPRESSION_LEVEL,
threads: process.env.COMPRESSION_THREADS,
},
sentry: {
dsn: process.env.SENTRY_DSN,
monitor_slug: process.env.SENTRY_MONITOR_SLUG,
}
},
sentry: {
dsn: process.env.SENTRY_DSN,
monitor_slug: process.env.SENTRY_MONITOR_SLUG,
}
};

Expand Down

0 comments on commit eac3330

Please sign in to comment.