Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete unused Basic Integration analytics #4631

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions StripeCore/StripeCore/Source/Analytics/STPAnalyticEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,27 +244,6 @@ import Foundation
case customerSheetUpdateCardFailed = "cs_update_card_failed"
case customerSheetClosesEditScreen = "cs_cancel_edit_screen"

// MARK: - Basic Integration
// Loading
case biLoadStarted = "bi_load_started"
case biLoadSucceeded = "bi_load_succeeded"
case biLoadFailed = "bi_load_failed"

// Confirmation
case biPaymentCompleteNewPMSuccess = "bi_complete_payment_newpm_success"
case biPaymentCompleteSavedPMSuccess = "bi_complete_payment_savedpm_success"
case biPaymentCompleteApplePaySuccess = "bi_complete_payment_applepay_success"
case biPaymentCompleteNewPMFailure = "bi_complete_payment_newpm_failure"
case biPaymentCompleteSavedPMFailure = "bi_complete_payment_savedpm_failure"
case biPaymentCompleteApplePayFailure = "bi_complete_payment_applepay_failure"

// UI events
case biOptionsShown = "bi_options_shown"
case biFormShown = "bi_form_shown"
case biFormInteracted = "bi_form_interacted"
case biCardNumberCompleted = "bi_card_number_completed"
case biDoneButtonTapped = "bi_done_button_tapped"

// MARK: - STPBankAccountCollector
case bankAccountCollectorStarted = "stripeios.bankaccountcollector.started"
case bankAccountCollectorFinished = "stripeios.bankaccountcollector.finished"
Expand Down
Loading