From d0de2c12d1f32c1a6778af69990e38855015e685 Mon Sep 17 00:00:00 2001 From: Thiago Negri Date: Sat, 19 Oct 2024 13:37:38 -0300 Subject: [PATCH] Add 'includeDataDogTags' property to 'ClientOptions' type (#276) --- types.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types.d.ts b/types.d.ts index 7fa8013..96761b3 100644 --- a/types.d.ts +++ b/types.d.ts @@ -10,6 +10,7 @@ declare module "hot-shots" { cacheDnsTtl?: number; errorHandler?: (err: Error) => void; globalTags?: Tags; + includeDataDogTags?: boolean; globalize?: boolean; host?: string; isChild?: boolean;