Skip to content

Commit

Permalink
[APM] Add name to Observer type (elastic#72110)
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 87a4add commit 25010f3
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 25010f3

Please sign in to comment.