UNPKG

@sentry/core

Version:
8 lines 204 B
import type { Package } from './package'; export interface SdkInfo { name?: string; version?: string; integrations?: string[]; packages?: Package[]; } //# sourceMappingURL=sdkinfo.d.ts.map