mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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',
|
'Uint8Array',
|
||||||
'String',
|
'String',
|
||||||
'Promise',
|
'Promise',
|
||||||
|
'JSON',
|
||||||
|
'Date',
|
||||||
// globals sentry needs to function
|
// globals sentry needs to function
|
||||||
'__SENTRY__',
|
'__SENTRY__',
|
||||||
'appState',
|
'appState',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user