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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ var stackify = require('stackify-logger');
22
22
stackify.start({apiKey:'***', env:'dev'});
23
23
```
24
24
The following options could be passed to the start method:
25
-
*__apiKey: (Required)__ Stackify API key
25
+
*__apiKey (Required):__ Stackify API key
26
26
*__env:__ Environment name. If a Stackify agent is installed, this does not need to be set. If a Stackify agent is not installed, this should be set to the environment name.
27
27
*__proxy:__ HTTP proxy
28
28
*__debug:__ Enables internal debug logging for troubleshooting. Defaults to false.
0 commit comments