UNPKG

2.52 kBTypeScriptView Raw
1export * from './exports';
2export { reportingObserverIntegration } from './integrations/reportingobserver';
3export { httpClientIntegration } from './integrations/httpclient';
4export { contextLinesIntegration } from './integrations/contextlines';
5export { captureConsoleIntegration, debugIntegration, extraErrorDataIntegration, rewriteFramesIntegration, sessionTimingIntegration, captureFeedback, } from '@sentry/core';
6export { replayIntegration, getReplay } from '@sentry-internal/replay';
7export type { ReplayEventType, ReplayEventWithTime, ReplayBreadcrumbFrame, ReplayBreadcrumbFrameEvent, ReplayOptionFrameEvent, ReplayFrame, ReplayFrameEvent, ReplaySpanFrame, ReplaySpanFrameEvent, } from '@sentry-internal/replay';
8export { replayCanvasIntegration } from '@sentry-internal/replay-canvas';
9import { feedbackAsyncIntegration } from './feedbackAsync';
10import { feedbackSyncIntegration } from './feedbackSync';
11export { feedbackAsyncIntegration, feedbackSyncIntegration, feedbackSyncIntegration as feedbackIntegration };
12export { getFeedback, sendFeedback } from '@sentry-internal/feedback';
13export * from './metrics';
14export { defaultRequestInstrumentationOptions, instrumentOutgoingRequests } from './tracing/request';
15export { browserTracingIntegration, startBrowserTracingNavigationSpan, startBrowserTracingPageLoadSpan, } from './tracing/browserTracingIntegration';
16export type { RequestInstrumentationOptions } from './tracing/request';
17export { addTracingExtensions, registerSpanErrorInstrumentation, getActiveSpan, getRootSpan, startSpan, startInactiveSpan, startSpanManual, withActiveSpan, startNewTrace, getSpanDescendants, setMeasurement, getSpanStatusFromHttpCode, setHttpStatus, makeMultiplexedTransport, moduleMetadataIntegration, zodErrorsIntegration, thirdPartyErrorFilterIntegration, } from '@sentry/core';
18export type { Span } from '@sentry/core';
19export { makeBrowserOfflineTransport } from './transports/offline';
20export { browserProfilingIntegration } from './profiling/integration';
21export { spotlightBrowserIntegration } from './integrations/spotlight';
22export { browserSessionIntegration } from './integrations/browsersession';
23export { featureFlagsIntegration, type FeatureFlagsIntegration, } from './integrations/featureFlags';
24export { launchDarklyIntegration, buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly';
25export { openFeatureIntegration, OpenFeatureIntegrationHook } from './integrations/featureFlags/openfeature';
26//# sourceMappingURL=index.d.ts.map
\No newline at end of file