feat(telemetry): Prevent memory leak in ClearcutLogger (#5734)

This commit is contained in:
Gal Zahavi
2025-08-07 18:53:39 -07:00
committed by GitHub
parent e50d886ba8
commit 86eaa03f8a
4 changed files with 492 additions and 73 deletions

View File

@@ -84,6 +84,7 @@
"react-devtools-core": "^4.28.5",
"typescript-eslint": "^8.30.1",
"vitest": "^3.2.4",
"yargs": "^17.7.2"
"yargs": "^17.7.2",
"mnemonist": "^0.40.3"
}
}