Analytics: drop-off handling and error reporting#216
Merged
Agilulfo1820 merged 7 commits intomainfrom Mar 26, 2025
Merged
Conversation
- rm unused useEffect hooks causing duplicate tracking - improve error handling in onError callbacks to include error details - updat `dropOff` method to accept reason and error params - add handleClose and handleBack functions in customization flow to track modal interactions
- add handleClose and handleBack for name selection/choose name - ensure analytics drop-off captures relevant context for modal closures and navigation actions
- add reason params for modal closure and nav actions in choose name and customization components - update error handling in customization summary to include additional rejection reasons - modify mixPanel types to accommodate new tracking properties
…nents - error messages for user cancellations in send token and summary contents - implement new handleError function for error reporting for txn failures
…ents - introduce `isRejectionError` util to standardise rejection error checks - update error handling in various components to utilize the new util
…ndling-for-user-rejections-across-components centralise error handling for user rejections
Agilulfo1820
approved these changes
Mar 26, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
dropOffmethod to accept reason and error paramsCloses #214
Updated packages (if any):