We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
makeTelemetryDiagnostic
1 parent 9c5588d commit 056581eCopy full SHA for 056581e
1 file changed
src/diagnostics.ts
@@ -191,10 +191,9 @@ export function flushDiagnostics(config: Config) {
191
* for creating diagnostics that should only be sent to telemetry and not
192
* displayed on the status page or CLI summary table.
193
*
194
- * @param id An identifier under which it makes sense to group this diagnostic message.
195
- * @param name Display name for the ID.
196
- * @param attributes Structured metadata about the diagnostic message.
197
- * @returns Returns the new telemetry diagnostic message.
+ * @param id An identifier under which it makes sense to group this diagnostic message
+ * @param name Display name
+ * @param attributes Structured metadata
198
*/
199
export function makeTelemetryDiagnostic(
200
id: string,
0 commit comments