UNPKG

@sentry/browser

Version:
15 lines 719 B
export * from './exports'; import { Integrations as CoreIntegrations } from '@sentry/core'; import * as BrowserIntegrations from './integrations'; import * as Transports from './transports'; declare const INTEGRATIONS: { GlobalHandlers: typeof BrowserIntegrations.GlobalHandlers; TryCatch: typeof BrowserIntegrations.TryCatch; Breadcrumbs: typeof BrowserIntegrations.Breadcrumbs; LinkedErrors: typeof BrowserIntegrations.LinkedErrors; UserAgent: typeof BrowserIntegrations.UserAgent; FunctionToString: typeof CoreIntegrations.FunctionToString; InboundFilters: typeof CoreIntegrations.InboundFilters; }; export { INTEGRATIONS as Integrations, Transports }; //# sourceMappingURL=index.d.ts.map