You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Synchronizes all logs and issues with the server all the time, regardless if this device is enabled or not.
36
-
*
44
+
*
37
45
* Logs and issues are synchronized continuously while forceEnabled is active.
38
46
*
39
47
* @param {boolean} enabled - Whether logs and issues should be sent regardless of the Bugfender Console settings.
@@ -42,7 +50,7 @@ export default {
42
50
43
51
/**
44
52
* Set the maximum size to store local log files.
45
-
*
53
+
*
46
54
* By default, the limit is 5 MB.
47
55
*
48
56
* @param {number} sizeInBytes Maximum size in bytes. Range accepted is from 1 byte to 50 MB. If the value provided is outside this range, it will be set to 50 MB.
0 commit comments