Export publishEvent (#14560)
This commit is contained in:
parent
2e83b9a34d
commit
8b8595293b
|
@ -3,6 +3,7 @@ export * as processors from "./processors"
|
|||
export * as analytics from "./analytics"
|
||||
export { default as identification } from "./identification"
|
||||
export * as backfillCache from "./backfill"
|
||||
export { publishEvent } from "./events"
|
||||
|
||||
import { processors } from "./processors"
|
||||
|
||||
|
|
Loading…
Reference in New Issue