@xrayradar/core
v0.2.0
Published
XrayRadar SDK core - types, scope, breadcrumbs, transport interface
Downloads
357
Maintainers
Readme
@xrayradar/core
Shared types, scope, breadcrumbs, event builder, and transport interface for the XrayRadar JavaScript/TypeScript SDK.
This package is typically used as a dependency of @xrayradar/node, @xrayradar/browser, or other XrayRadar packages. You usually don’t install it directly unless you’re building a custom transport or integrating with the low-level API.
Install
npm install @xrayradar/coreWhat’s inside
Scope: breadcrumbs + context (tags, user, request, extra)- Event builders:
eventFromException,eventFromMessage - Transport interface: implement
Transportto send events (or swap transports in other packages) - Shared types:
EventPayload,ClientOptions, etc.
Documentation
Full docs, quick start, and examples: XrayRadar-JS-SDK.
