Skip to content

Commit

Permalink
Use sanitized parameters for telemetry (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock authored Oct 12, 2023
1 parent f9a6ff9 commit 439c678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ export default class Client implements ClientInterface {
telemetryData.uri = uri;
}

telemetryData.params = JSON.stringify(params);
telemetryData.params = JSON.stringify(castParam);
}

let result: T | undefined;
Expand Down

0 comments on commit 439c678

Please sign in to comment.