-
Notifications
You must be signed in to change notification settings - Fork 448
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
refactor: sentry integration #1420
Merged
Merged
Conversation
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
arthurgeron
changed the title
feat/refactor sentry integration
refactor: sentry integration
Aug 3, 2024
arthurgeron
force-pushed
the
ag/feat/refactor-sentry-integration
branch
from
August 5, 2024 21:46
6ff65cf
to
41fa1f2
Compare
arthurgeron
force-pushed
the
ag/feat/refactor-sentry-integration
branch
from
August 6, 2024 21:16
9678074
to
91f826c
Compare
arthurgeron
force-pushed
the
ag/feat/refactor-sentry-integration
branch
from
August 7, 2024 13:05
e75df8e
to
00ece49
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 58.58% | 3383/5775 |
🔴 | Branches | 40.55% | 659/1625 |
🔴 | Functions | 46.58% | 708/1520 |
🔴 | Lines | 59.09% | 3263/5522 |
Test suite run success
242 tests passing in 71 suites.
Report generated by 🧪jest coverage report action from 874bc77
arthurgeron
force-pushed
the
ag/feat/refactor-sentry-integration
branch
from
August 7, 2024 22:44
3b699cc
to
ff896e1
Compare
arthurgeron
requested review from
luizstacio,
pedronauck and
LuizAsFight
as code owners
August 7, 2024 23:34
removed ignore button
arthurgeron
force-pushed
the
ag/feat/refactor-sentry-integration
branch
from
August 23, 2024 00:57
874bc77
to
3f5f7e4
Compare
…t/refactor-sentry-integration
LuizAsFight
approved these changes
Aug 24, 2024
LuizAsFight
pushed a commit
that referenced
this pull request
Aug 25, 2024
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## [email protected] ### Minor Changes - [#1420](#1420) [`737652ba`](737652b) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored Sentry implementation, error handling, and report logic ### Patch Changes - [#1429](#1429) [`3486bee0`](3486bee) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade DB version to include testnet and devnet as initial networks in database - [#1431](#1431) [`c1d3dd6b`](c1d3dd6) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: run e2e test of Lock CRX isolated and remove from regular flow to increase its speed - [#1429](#1429) [`3486bee0`](3486bee) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Include networks Testnet and Devnet by default in network list - [#1420](#1420) [`737652ba`](737652b) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Include "Error Review" screen allowing the user to review and report screens - [#1429](#1429) [`3486bee0`](3486bee) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Improve flow of network URL to wait for click to "Test connection", instead of load automatically - Updated dependencies \[[`737652ba`](737652b)]: - @fuel-wallet/[email protected] ## @fuel-wallet/[email protected] ### Minor Changes - [#1420](#1420) [`737652ba`](737652b) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored Sentry implementation, error handling, and report logic ## @fuel-wallet/[email protected] ### Patch Changes - [#1420](#1420) [`737652ba`](737652b) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed broken links to `@fuels/react` in docs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Closes #1404
Changes
@fuels/react
in docs after it migrated to ConnectorsFeatures
Evidence
Error Review Screen
Error Review Flow (Outdated) - Required error properties protection disabled:
CleanShot.2024-08-06.at.18.01.42.mp4
Example Sentry error with proper stack trace and source mapping: