Skip to content

Commit

Permalink
[APM] Export ProcessorEvent type
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Feb 5, 2021
1 parent b058f78 commit a39130b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/apm/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ export const plugin = (initContext: PluginInitializerContext) =>
new APMPlugin(initContext);

export { APMPlugin, APMPluginSetup } from './plugin';
export type { ProcessorEvent } from '../common/processor_event';

0 comments on commit a39130b

Please sign in to comment.