1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

add scuttle exceptions for JSON and Date (#18989)

* add scuttle exceptions for JSON and Date

* address feedback
This commit is contained in:
Pedro Figueiredo 2023-05-03 20:07:36 +04:00 committed by GitHub
parent 8d2803c179
commit a356c40c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,8 @@ async function defineAndRunBuildTasks() {
'Uint8Array',
'String',
'Promise',
'JSON',
'Date',
// globals sentry needs to function
'__SENTRY__',
'appState',