Leakage of sensitive data to Datadog
Overview
Description
Remediation Guidelines
const StatsD = require("hot-shots"); const client = new StatsD({ port: 8020, globalTags: { env: process.env.NODE_ENV }, errorHandler: errorHandler, }); client.event(user.uuid, "logged_in", {});
References
Configuration
Last updated