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-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ 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
29
*__proxy:__ proxy server if you want to send requests via proxy
30
-
*__exitOnError:__Boolean flag indicating whether to shutdown the server after logging an uncaught exception
30
+
*__exitOnError:__boolean flag indicating whether to shutdown the server after logging an uncaught exception, defaults to false
31
31
32
32
#### Using with Winston
33
33
@@ -47,17 +47,17 @@ All the details could be found here - [Winston Transport for Stackify](https://g
47
47
48
48
If you are not using Winston logger you can use default Stackify logger. It has 5 levels of messages: `trace`, `debug`, `info`, `warn` and `error`. To send the message to Stackify API you should run one of the following methods in any place of your code where you want to track some information:
0 commit comments