@@ -32,8 +32,7 @@ var ValidEventNames = map[string]bool{
3232
3333 "wsh:run" : true ,
3434
35- "debug:panic" : true ,
36- "debug:termscrolltop" : true ,
35+ "debug:panic" : true ,
3736
3837 "conn:connect" : true ,
3938 "conn:connecterror" : true ,
@@ -116,10 +115,7 @@ type TEventProps struct {
116115 ActionInitiator string `json:"action:initiator,omitempty" tstype:"\"keyboard\" | \"mouse\""`
117116 ActionType string `json:"action:type,omitempty"`
118117
119- PanicType string `json:"debug:panictype,omitempty"`
120- DebugScrollPx int `json:"debug:scrollpx,omitempty"`
121- DebugScrollFromBot bool `json:"debug:scrollfrombot,omitempty"`
122- DebugTermCmd string `json:"debug:termcmd,omitempty"`
118+ PanicType string `json:"debug:panictype,omitempty"`
123119
124120 BlockView string `json:"block:view,omitempty"`
125121 BlockController string `json:"block:controller,omitempty"`
@@ -130,11 +126,11 @@ type TEventProps struct {
130126 WshCmd string `json:"wsh:cmd,omitempty"`
131127 WshHadError bool `json:"wsh:haderror,omitempty"`
132128
133- ConnType string `json:"conn:conntype,omitempty"`
134- ConnWshErrorCode string `json:"conn:wsherrorcode,omitempty"`
135- ConnErrorCode string `json:"conn:errorcode,omitempty"`
136- ConnSubErrorCode string `json:"conn:suberrorcode,omitempty"`
137- ConnContextError bool `json:"conn:contexterror,omitempty"`
129+ ConnType string `json:"conn:conntype,omitempty"`
130+ ConnWshErrorCode string `json:"conn:wsherrorcode,omitempty"`
131+ ConnErrorCode string `json:"conn:errorcode,omitempty"`
132+ ConnSubErrorCode string `json:"conn:suberrorcode,omitempty"`
133+ ConnContextError bool `json:"conn:contexterror,omitempty"`
138134
139135 OnboardingFeature string `json:"onboarding:feature,omitempty" tstype:"\"waveai\" | \"durable\" | \"magnify\" | \"wsh\""`
140136 OnboardingVersion string `json:"onboarding:version,omitempty"`
0 commit comments