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