Skip to content

Commit

Permalink
Fix: rename component name (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW committed Feb 19, 2021
1 parent e43bf41 commit e31cc2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function trackJsonSchemaCopyEvent(query: IQuery | undefined) {
const sanitizedUrl = sanitizeQueryUrl(query.sampleUrl);
telemetry.trackEvent(eventTypes.BUTTON_CLICK_EVENT,
{
ComponentName: componentNames.CODE_SNIPPETS_COPY_BUTTON,
ComponentName: componentNames.JSON_SCHEMA_COPY_BUTTON,
QuerySignature: `${query.selectedVerb} ${sanitizedUrl}`
});
}
Expand Down

0 comments on commit e31cc2c

Please sign in to comment.