UNPKG

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