limit custom param name width in http tools (#6125)

* limit custom param name width in http tools

* scroll

* cron log

---------

Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
heheer
2025-12-19 14:13:34 +08:00
committed by GitHub
parent 5631ec781e
commit 36821600a4
3 changed files with 29 additions and 3 deletions
@@ -11,8 +11,12 @@ export enum TrackEnum {
clickOperationalAd = 'clickOperationalAd',
closeOperationalAd = 'closeOperationalAd',
teamChatQPM = 'teamChatQPM',
// Admin cron job tracks
subscriptionDeleted = 'subscriptionDeleted',
freeAccountCleanup = 'freeAccountCleanup',
auditLogCleanup = 'auditLogCleanup',
chatHistoryCleanup = 'chatHistoryCleanup',
// web tracks
clientError = 'clientError'