We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232a5a1 commit e91130aCopy full SHA for e91130a
README.md
@@ -21,7 +21,7 @@ var stackify = require('stackify-logger');
21
Start sending logs:
22
```js
23
// this should be executed only once in the app
24
-stackify.start(options);
+stackify.start({apiKey: '***', env: 'dev'});
25
```
26
The following options could be passed. 'apiKey' is the only one that required:
27
* __apiKey:__ client license key
0 commit comments