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
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,16 @@ stackify.start(options);
26
26
The following options could be passed. 'apiKey' is the only one that required:
27
27
*__apiKey:__ client license key
28
28
*__env:__ environment name
29
-
*__proxy:__ proxy server if you want to send requests via proxy
29
+
*__proxy:__ proxy server if you want to send requests via proxy.
30
+
31
+
* Notice: * stackify-logger sends synchronous requests before any `process.exit()` calls in your code. Sending via proxy wouldn't be possible in this case.
32
+
30
33
*__exitOnError:__ boolean flag indicating whether to shutdown the server after logging an uncaught exception, defaults to false
0 commit comments