Skip to content

Commit

Permalink
Add 'includeDataDogTags' property to 'ClientOptions' type (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-negri authored Oct 19, 2024
1 parent 96186a9 commit d0de2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ declare module "hot-shots" {
cacheDnsTtl?: number;
errorHandler?: (err: Error) => void;
globalTags?: Tags;
includeDataDogTags?: boolean;
globalize?: boolean;
host?: string;
isChild?: boolean;
Expand Down

0 comments on commit d0de2c1

Please sign in to comment.