-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LIVE-14854): add swap analytics (#8416)
<!-- Thank you for your contribution! 👍 Please make sure to read CONTRIBUTING.md if you have not already. Pull Requests that do not comply with the rules will be arbitrarily closed. --> ### ✅ Checklist <!-- Pull Requests must pass the CI and be code reviewed. Set as Draft if the PR is not ready. --> - [x] `npx changeset` was attached. - [ ] **Covered by automatic tests.** <!-- if not, please explain. (Feature must be tested / Bug fix must bring non-regression) --> - [ ] **Impact of the changes:** <!-- Please take some time to list the impact & what specific areas Quality Assurance (QA) should focus on --> - ... ### 📝 Description Add analytics related to the Swap application <!-- | Before | After | | ------------- | ------------- | | | | --> ### ❓ Context - [fix(LIVE-14877): user clicks on History tab](https://ledgerhq.atlassian.net/browse/LIVE-14877) - [fix(LIVE-14876): user clicks on slow/medium/fast to chose network fees](https://ledgerhq.atlassian.net/browse/LIVE-14876) - [fix(LIVE-14875): user close "X"](https://ledgerhq.atlassian.net/browse/LIVE-14875) --- ### 🧐 Checklist for the PR Reviewers <!-- Please do not edit this if you are the PR author --> - **The code aligns with the requirements** described in the linked JIRA or GitHub issue. - **The PR description clearly documents the changes** made and explains any technical trade-offs or design decisions. - **There are no undocumented trade-offs**, technical debt, or maintainability issues. - **The PR has been tested** thoroughly, and any potential edge cases have been considered and handled. - **Any new dependencies** have been justified and documented. - **Performance** considerations have been taken into account. (changes have been profiled or benchmarked if necessary)
- Loading branch information
Showing
5 changed files
with
35 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"ledger-live-desktop": minor | ||
--- | ||
|
||
Add swap related analytic events |
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