Here are the list of the others parameters that you can use to customize the behaviour of the inspector module.
enable (boolean)
If desired, you may disable data transfer setting to false the enable configuration option. It could be useful if need to turn on/off monitoring via enviroment files.
1
{
2
ingestionKey:'xxxxx',
3
enabled: process.env.INSPECTOR_ENABLED||true
4
}
Copied!
maxEntries (integer)
Max numebr of items recorded during an execution cycle. 100 by default.