feat: increase agent trace max length to 1024 (#1211)

This commit is contained in:
JackZhao10086
2026-06-02 11:08:53 +08:00
committed by GitHub
parent f65712cacf
commit bc8e9bd6ef

View File

@@ -41,7 +41,7 @@ const (
officialModulePath = "github.com/larksuite/cli"
agentTraceMaxLen = 256
agentTraceMaxLen = 1024
)
// UserAgentValue returns the User-Agent value: "lark-cli/{version}".