Skip to content

Commit

Permalink
[7.x] [APM] Export ProcessorEvent type (#90540) (#90608)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
sorenlouv and kibanamachine committed Feb 8, 2021
1 parent 5b861f7 commit 4bf2f61
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 4bf2f61

Please sign in to comment.