1 | import type { Event, Integration, IntegrationClass } from '@sentry/types';
|
2 | export declare const sessionTimingIntegration: () => import("@sentry/types").IntegrationFnResult;
|
3 | /**
|
4 | * This function adds duration since Sentry was initialized till the time event was sent.
|
5 | * @deprecated Use `sessionTimingIntegration()` instead.
|
6 | */
|
7 | export declare const SessionTiming: IntegrationClass<Integration & {
|
8 | processEvent: (event: Event) => Event;
|
9 | }>;
|
10 | //# sourceMappingURL=sessiontiming.d.ts.map |
\ | No newline at end of file |