forked from hideokamoto/stripe-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop sending error_message in PaymentSheet & Basic Integration analyt… (
stripe#3518) …ics, use serializeForV1Logging instead. ## Summary <!-- Simple summary of what was changed. --> ## Motivation https://jira.corp.stripe.com/browse/MOBILESDK-1547 ## Testing Manually tested ``` 2024-04-15 17:20:52.975918-0700 BasicIntegration[14184:24531627] LOG ANALYTICS: bi_load_failed - [(key: "request_id", value: "req_ijxFj5Urxb45wb"), (key: "product", value: "STPPaymentContext"), (key: "error_type", value: "invalid_request_error"), (key: "error_code", value: "more_permissions_required"), (key: "duration", value: 4.7062259912490845)] ``` ``` 2024-04-15 17:21:54.558741-0700 PaymentSheetExample[14329:24533257] LOG ANALYTICS: mc_complete_payment_newpm_failure - [(key: "selected_lpm", value: "card"), (key: "request_id", value: "req_0rIJT7zevzHX0x"), (key: "pay_var", value: "paymentsheet"), (key: "ocr_type", value: "none"), (key: "locale", value: "en_US"), (key: "link_session_type", value: "shared"), (key: "link_enabled", value: true), (key: "is_decoupled", value: true), (key: "error_type", value: "card_error"), (key: "error_code", value: "card_declined"), (key: "duration", value: 9.43), (key: "deferred_intent_confirmation_type", value: "client"), (key: "currency", value: "usd"), (key: "apple_pay_enabled", value: 1), (key: "active_link_session", value: false)] ``` ## Changelog Not user facing
- Loading branch information
1 parent
84e343e
commit ae6fe2e
Showing
6 changed files
with
8 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters