UNPKG

@sentry/browser

Version:
7 lines 696 B
import { feedbackIntegrationShim, replayIntegrationShim } from '@sentry-internal/integration-shims'; export * from './index.bundle.base'; export * from './metrics'; export { getActiveSpan, getRootSpan, startSpan, startInactiveSpan, startSpanManual, startNewTrace, withActiveSpan, getSpanDescendants, setMeasurement, } from '@sentry/core'; export { browserTracingIntegration, startBrowserTracingNavigationSpan, startBrowserTracingPageLoadSpan, } from './tracing/browserTracingIntegration'; export { feedbackIntegrationShim as feedbackAsyncIntegration, feedbackIntegrationShim as feedbackIntegration, replayIntegrationShim as replayIntegration, }; //# sourceMappingURL=index.bundle.tracing.d.ts.map