Skip to content

Commit

Permalink
feat: update sentry settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonn committed Mar 28, 2024
1 parent 2623936 commit 375a3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { ElectrsAPIError } from './services/electrs';
import { BitcoinRPCError } from './services/bitcoind';
import { AppErrorCode } from './error';

if (env.SENTRY_DSN_URL && env.NODE_ENV !== 'development') {
if (env.SENTRY_DSN_URL) {
Sentry.init({
dsn: env.SENTRY_DSN_URL,
tracesSampleRate: 1.0,
Expand Down

0 comments on commit 375a3ea

Please sign in to comment.