mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user