Skip to content

Commit

Permalink
Merge pull request stripe#2773 from stripe/revert-2772-porter/error-m…
Browse files Browse the repository at this point in the history
…essage-log

Revert "Log error_message to our analytics table"
  • Loading branch information
porter-stripe authored Jul 24, 2023
2 parents c23ca82 + 07a527a commit 1448112
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ extension STPAnalyticsClient {
additionalParams["currency"] = currency
additionalParams["is_decoupled"] = intentConfig != nil
additionalParams["error_domain"] = (error as? NSError)?.domain
if let error = error as? PaymentSheetError {
additionalParams["error_message"] = error.safeLoggingString
}
additionalParams["deferred_intent_confirmation_type"] = deferredIntentConfirmationType?.rawValue

for (param, param_value) in params {
Expand Down

0 comments on commit 1448112

Please sign in to comment.