mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
sentry - update raven and add to ui
This commit is contained in:
parent
7d1554b1c1
commit
52a1c954f1
@ -13,11 +13,10 @@ const PortStream = require('./lib/port-stream.js')
|
||||
const NotificationManager = require('./lib/notification-manager.js')
|
||||
const MetamaskController = require('./metamask-controller')
|
||||
const firstTimeState = require ('./first-time-state')
|
||||
const Raven = require('./vendor/raven.min.js')
|
||||
|
||||
// raven / sentry error catching START
|
||||
const Raven = require('./raven.min.js')
|
||||
Raven.config('https://f59f3dd640d2429d9d0e2445a87ea8e1@sentry.io/273496').install()
|
||||
// raven / sentry error catching END
|
||||
// Setup raven / sentry remote error reporting
|
||||
Raven.config('https://3567c198f8a8412082d32655da2961d0@sentry.io/273505').install()
|
||||
|
||||
const STORAGE_KEY = 'metamask-config'
|
||||
const METAMASK_DEBUG = 'GULP_METAMASK_DEBUG'
|
||||
|
@ -7,6 +7,10 @@ const extension = require('extensionizer')
|
||||
const ExtensionPlatform = require('./platforms/extension')
|
||||
const NotificationManager = require('./lib/notification-manager')
|
||||
const notificationManager = new NotificationManager()
|
||||
const Raven = require('./vendor/raven.min.js')
|
||||
|
||||
// Setup raven / sentry remote error reporting
|
||||
Raven.config('https://3567c198f8a8412082d32655da2961d0@sentry.io/273505').install()
|
||||
|
||||
// create platform global
|
||||
global.platform = new ExtensionPlatform()
|
||||
|
4
app/scripts/raven.min.js
vendored
4
app/scripts/raven.min.js
vendored
File diff suppressed because one or more lines are too long
3
app/scripts/vendor/raven.min.js
vendored
Normal file
3
app/scripts/vendor/raven.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user