Add "service: audit-logs" entry for DataDog

This commit is contained in:
x032205
2025-06-24 14:22:26 -04:00
parent c17df7e951
commit af245b1f16

View File

@@ -16,6 +16,7 @@ export function providerSpecificPayload(url: string) {
dataDogHostnames.some((hostname) => url.startsWith(`https://${hostname}`) || url.startsWith(`http://${hostname}`))
) {
payload.ddsource = "infisical";
payload.service = "audit-logs";
}
return payload;