Skip to content

Commit

Permalink
Fix editor_session_start event custom property key (#17130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Sep 9, 2021
2 parents 0f0c570 + b5f230f commit 0c3331e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private extension PostEditorAnalyticsSession {
static let template = "template"
static let startupTime = "startup_time_ms"
static let canViewEditorOnboarding = "can_view_editor_onboarding"
static let unstableGalleryWithImageBlocks = "unstableGalleryWithImageBlocks"
static let unstableGalleryWithImageBlocks = "unstable_gallery_with_image_blocks"
}

var commonProperties: [String: String] {
Expand Down

0 comments on commit 0c3331e

Please sign in to comment.