Skip to content

Commit

Permalink
Add impl type to BeelineOpts (#389)
Browse files Browse the repository at this point in the history
* Add missing impl type to BeelineOpts
  • Loading branch information
Cameron Findlay authored Jul 7, 2021
1 parent 3cab80d commit ca4b9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ declare namespace beeline {
serviceName?: string;
sampleRate?: number;
enabledInstrumentations?: string[];
impl?: "libhoney-event" | "mock";

samplerHook?(event: unknown): SamplerResponse;
presendHook?(event: unknown): void;
Expand Down

0 comments on commit ca4b9b2

Please sign in to comment.