Skip to content

Commit

Permalink
Merge b031c3b into 4f9d2b2
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Apr 21, 2021
2 parents 4f9d2b2 + b031c3b commit cf54f89
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ export abstract class InstrumentationBase<T = any>
}
}
}

public isEnabled() {
return this._enabled;
}
}

function isSupported(supportedVersions: string[], version: string): boolean {
Expand Down

0 comments on commit cf54f89

Please sign in to comment.