Skip to content

Commit

Permalink
refactor(structure): change names of telemetry events
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Sep 20, 2024
1 parent 0c4014d commit 250b61c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {defineEvent} from '@sanity/telemetry'
* @internal
*/
export const PublishedLiveEditDraft = defineEvent({
name: 'Publish a draft (live edit)',
name: 'Resolve liveEdit by publishing draft',
version: 1,
description: 'User published a draft when a draft of a live edit document to continue editing',
})
Expand All @@ -15,7 +15,7 @@ export const PublishedLiveEditDraft = defineEvent({
* @internal
*/
export const DiscardedLiveEditDraft = defineEvent({
name: 'Create a new draft',
name: 'Resolve liveEdit by discarding draftt',
version: 1,
description: 'User discarded a draft when a draft of a live edit document to continue editing',
})

0 comments on commit 250b61c

Please sign in to comment.