mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add "service: audit-logs" entry for DataDog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user