toucan-js
Version:
Cloudflare Workers client for Sentry
5 lines • 388 B
TypeScript
export { linkedErrorsIntegration, requestDataIntegration, dedupeIntegration, extraErrorDataIntegration, rewriteFramesIntegration, sessionTimingIntegration, zodErrorsIntegration } from './integrations';
export type { LinkedErrorsOptions, RequestDataOptions } from './integrations';
export { Toucan } from './sdk';
export type { Options } from './types';
//# sourceMappingURL=index.d.ts.map