errorcore
Reference

TypeScript Types

The SDK type surface is intentionally small. The main shapes are:

  • ErrorcoreConfig
  • ScrubConfig
  • TransportConfig
  • RequestContext
  • CaptureOptions

Use the types to keep config and manual capture calls explicit. If a field is policy-sensitive, encode that policy in your application wrapper rather than scattering raw config fragments through the codebase.

On this page