Skip to content

Commit

Permalink
[APM] Add name to Observer type (#72110)
Browse files Browse the repository at this point in the history
Backport #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 a994f57 commit 26a0cf5
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 26a0cf5

Please sign in to comment.