File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ export class Telemetry {
135135 */
136136 public getCommonProperties ( ) : CommonProperties {
137137 return {
138- ...redact ( this . commonProperties , this . session . keychain . allSecrets ) ,
138+ ...this . commonProperties ,
139139 transport : this . userConfig . transport ,
140- mcp_client_version : redact ( this . session . mcpClient ?. version , this . session . keychain . allSecrets ) ,
141- mcp_client_name : redact ( this . session . mcpClient ?. name , this . session . keychain . allSecrets ) ,
142- session_id : redact ( this . session . sessionId , this . session . keychain . allSecrets ) ,
140+ mcp_client_version : this . session . mcpClient ?. version ,
141+ mcp_client_name : this . session . mcpClient ?. name ,
142+ session_id : this . session . sessionId ,
143143 config_atlas_auth : this . session . apiClient . hasCredentials ( ) ? "true" : "false" ,
144144 config_connection_string : this . userConfig . connectionString ? "true" : "false" ,
145145 } ;
You can’t perform that action at this time.
0 commit comments