fix : could not allocate memory error
This commit is contained in:
@@ -18,6 +18,16 @@ if (
|
||||
replaysSessionSampleRate: 0,
|
||||
replaysOnErrorSampleRate: 1.0,
|
||||
debug: false,
|
||||
initialScope: {
|
||||
extra: {
|
||||
hardwareConcurrency: navigator.hardwareConcurrency,
|
||||
deviceMemory:
|
||||
"deviceMemory" in navigator &&
|
||||
typeof navigator.deviceMemory === "number"
|
||||
? navigator.deviceMemory
|
||||
: "unknown",
|
||||
},
|
||||
},
|
||||
ignoreErrors: [
|
||||
"AbortError: The user aborted a request.",
|
||||
"Failed to fetch",
|
||||
|
||||
Reference in New Issue
Block a user