Skip to content

Commit

Permalink
Merge pull request #37 from MetaMask/disable-sentry
Browse files Browse the repository at this point in the history
set dev dsn to null
  • Loading branch information
danfinlay authored Oct 1, 2019
2 parents 1623d6d + 2aa346c commit 48de6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/lib/setupSentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Sentry = require('@sentry/browser')
const METAMASK_DEBUG = process.env.METAMASK_DEBUG
const extractEthjsErrorMessage = require('./extractEthjsErrorMessage')
const SENTRY_DSN_PROD = 'https://[email protected]/273505'
const SENTRY_DSN_DEV = 'https://[email protected]/273496'
const SENTRY_DSN_DEV = ''

module.exports = setupSentry

Expand Down

0 comments on commit 48de6a7

Please sign in to comment.