芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/types/dist/eventprocessor.d.ts
import { Event, EventHint } from './event'; /** * Event processors are used to change the event before it will be send. * We strongly advise to make this function sync. * Returning a PromiseLike
will work just fine, but better be sure that you know what you are doing. * Event processing will be deferred until your Promise is resolved. */ export declare type EventProcessor = (event: Event, hint?: EventHint) => PromiseLike
| Event | null; //# sourceMappingURL=eventprocessor.d.ts.map