UNPKG

@sentry/remix

Version:
9 lines (8 loc) 427 B
import { Integration } from '@sentry/core'; import { 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