1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-19 02:53:26 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
d4a7cf93b0 test 2024-02-05 14:52:58 -05:00

@ -472,7 +472,7 @@ export const registerSecretRouter = async (server: FastifyZodProvider) => {
// TODO: Move to telemetry plugin
let shouldRecordK8Event = false;
if (req.headers["user-agent"] === "k8-operator") {
if (req.headers["user-agent"] === "k8-operatoer") {
const randomNumber = Math.random();
if (randomNumber > 0.95) {
shouldRecordK8Event = true;