mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
add scuttle exceptions for JSON and Date (#18989)
* add scuttle exceptions for JSON and Date * address feedback
This commit is contained in:
parent
8d2803c179
commit
a356c40c86
@ -125,6 +125,8 @@ async function defineAndRunBuildTasks() {
|
||||
'Uint8Array',
|
||||
'String',
|
||||
'Promise',
|
||||
'JSON',
|
||||
'Date',
|
||||
// globals sentry needs to function
|
||||
'__SENTRY__',
|
||||
'appState',
|
||||
|
Loading…
Reference in New Issue
Block a user