Error Stack Collection
With our Node agentโs latest update, developers can now activate automatic error stack collection and start collecting exception call stacks from their running applications without stopping them.
Simply we can describe this new feature as an always on tracepoint that is looking out for uncaught exceptions.
Below you can find the related configuration:
Config | Requirement | Environment Variable | Default Value |
---|---|---|---|
errorCollectionEnable | Optional | SIDEKICK_AGENT_ERROR_COLLECTION_ENABLE | false |
errorCollectionEnableCaptureFrame | Optional | SIDEKICK_AGENT_ERROR_COLLECTION_CAPTURE_FRAME | false |
Once an error stack is collected you can observe it in Error Stack tab inside the Sidekick UI.