Skip to content

Commit

Permalink
[APM] Add name to Observer type
Browse files Browse the repository at this point in the history
Backport elastic#72078 is failing because of the type check because `observer.name` is not defined. Not sure why this wasn't a problem on master, but adding it here so I can include it.
  • Loading branch information
smith committed Jul 16, 2020
1 parent 0cb2062 commit 9c742f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

export interface Observer {
name?: string;
version: string;
version_major: number;
}

0 comments on commit 9c742f7

Please sign in to comment.