Revert "temp revert #81"

This reverts commit 835161c737.
This commit is contained in:
Yanzhen Yu
2019-08-12 21:26:35 +08:00
parent 956afc7e80
commit 3beb57273e
5 changed files with 36 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import record from './record';
import record, { addCustomEvent } from './record';
import { Replayer } from './replay';
import { mirror } from './utils';
@@ -8,4 +8,4 @@ export {
MouseInteractions,
ReplayerEvents,
} from './types';
export { record, Replayer, mirror };
export { record, addCustomEvent, Replayer, mirror };