UNPKG

@sentry/browser

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