UNPKG

@sentry/remix

Version:
8 lines 428 B
import type { Integration } from '@sentry/core'; import type { RemixBrowserTracingIntegrationOptions } from './performance'; /** * Creates a browser tracing integration for Remix applications. * This integration will create pageload and navigation spans. */ export declare function browserTracingIntegration(options: RemixBrowserTracingIntegrationOptions): Integration; //# sourceMappingURL=browserTracingIntegration.d.ts.map