UNPKG

331 BTypeScriptView Raw
1import type { Event, Integration, IntegrationClass } from '@sentry/types';
2/**
3 * Add node transaction to the event.
4 * @deprecated This integration will be removed in v8.
5 */
6export declare const Transaction: IntegrationClass<Integration & {
7 processEvent: (event: Event) => Event;
8}>;
9//# sourceMappingURL=transaction.d.ts.map
\No newline at end of file