@sentry/browser
Version:
Official Sentry SDK for browsers
15 lines • 714 B
TypeScript
export * from './exports';
import { Integrations as CoreIntegrations } from '@sentry/core';
import * as BrowserIntegrations from './integrations';
declare const INTEGRATIONS: {
GlobalHandlers: typeof BrowserIntegrations.GlobalHandlers;
TryCatch: typeof BrowserIntegrations.TryCatch;
Breadcrumbs: typeof BrowserIntegrations.Breadcrumbs;
LinkedErrors: typeof BrowserIntegrations.LinkedErrors;
HttpContext: typeof BrowserIntegrations.HttpContext;
Dedupe: typeof BrowserIntegrations.Dedupe;
FunctionToString: typeof CoreIntegrations.FunctionToString;
InboundFilters: typeof CoreIntegrations.InboundFilters;
};
export { INTEGRATIONS as Integrations };
//# sourceMappingURL=index.d.ts.map