Installation
Our node agent can be installed from
npm
.
Once installed, import our agent at the top of your code as follows.
JS example
TS example
You can get your API key by clicking the user profile icon > Profile in IDE plugin.
Other configuration parameters can also be specified as mentioned in configuration.
Now you can run your application as you usually would like
Do go through Release Notes to read more about current possibilities and limitations.
Last updated