UNPKG

719 BTypeScriptView Raw
1export * from './exports';
2import { Integrations as CoreIntegrations } from '@sentry/core';
3import * as BrowserIntegrations from './integrations';
4import * as Transports from './transports';
5declare const INTEGRATIONS: {
6 GlobalHandlers: typeof BrowserIntegrations.GlobalHandlers;
7 TryCatch: typeof BrowserIntegrations.TryCatch;
8 Breadcrumbs: typeof BrowserIntegrations.Breadcrumbs;
9 LinkedErrors: typeof BrowserIntegrations.LinkedErrors;
10 UserAgent: typeof BrowserIntegrations.UserAgent;
11 FunctionToString: typeof CoreIntegrations.FunctionToString;
12 InboundFilters: typeof CoreIntegrations.InboundFilters;
13};
14export { INTEGRATIONS as Integrations, Transports };
15//# sourceMappingURL=index.d.ts.map
\No newline at end of file