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
cb6223b75f
commit
ac64cc9e38
@ -72,6 +72,7 @@ const scuttlingConfigBase = {
|
||||
Date: '',
|
||||
JSON: '',
|
||||
encodeURIComponent: '',
|
||||
console: '',
|
||||
crypto: '',
|
||||
// {clear/set}Timeout are "this sensitive"
|
||||
clearTimeout: 'window',
|
||||
|
Loading…
Reference in New Issue
Block a user