UNPKG

1.43 kBTypeScriptView 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';
16export { BrowserTracing, defaultRequestInstrumentationOptions, instrumentOutgoingRequests, } from '@sentry-internal/tracing';
17export type { RequestInstrumentationOptions } from '@sentry-internal/tracing';
18export { addTracingExtensions, extractTraceparentData, getActiveTransaction, spanStatusfromHttpCode, trace, makeMultiplexedTransport, } from '@sentry/core';
19export type { SpanStatusType } from '@sentry/core';
20export type { Span } from '@sentry/types';
21export { makeBrowserOfflineTransport } from './transports/offline';
22export { onProfilingStartRouteTransaction } from './profiling/hubextensions';
23export { BrowserProfilingIntegration } from './profiling/integration';
24//# sourceMappingURL=index.d.ts.map
\No newline at end of file