Skip to main content

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:

ConfigRequirementEnvironment VariableDefault Value
errorCollectionEnableOptionalSIDEKICK_AGENT_ERROR_COLLECTION_ENABLEfalse
errorCollectionEnableCaptureFrameOptionalSIDEKICK_AGENT_ERROR_COLLECTION_CAPTURE_FRAMEfalse

Once an error stack is collected you can observe it in Error Stack tab inside the Sidekick UI.