@sentry/remix
Version:
Official Sentry SDK for Remix
9 lines (8 loc) • 427 B
TypeScript
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