mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix Sentry console logs (#18539)
Sentry console logs were failing with the error "Error: TypeError: Cannot read properties of undefined (reading 'log')". This error has been fixed; now Sentry can log errors to the console. Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
This commit is contained in:
parent
5e95e8140f
commit
cffce88e32
@ -72,6 +72,7 @@ const scuttlingConfigBase = {
|
|||||||
Date: '',
|
Date: '',
|
||||||
JSON: '',
|
JSON: '',
|
||||||
encodeURIComponent: '',
|
encodeURIComponent: '',
|
||||||
|
console: '',
|
||||||
crypto: '',
|
crypto: '',
|
||||||
// {clear/set}Timeout are "this sensitive"
|
// {clear/set}Timeout are "this sensitive"
|
||||||
clearTimeout: 'window',
|
clearTimeout: 'window',
|
||||||
|
Loading…
Reference in New Issue
Block a user