-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Port sentry logic #5570
Merged
Merged
Port sentry logic #5570
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ec4cef7
firs code logic + tests
ChristopherDedominici c5df13c
fix windows test, handle \r
ChristopherDedominici ab7f042
only push args to subprocess if they are not undefined
ChristopherDedominici e3d0564
extract logic to send msg to sentry from subprocess file and update t…
ChristopherDedominici e429d8e
Add general logic explanation
ChristopherDedominici 145f90c
Merge branch 'feature/add-logic-to-send-telemetry-data' of github.com…
ChristopherDedominici 7b80e13
try to fix failing windows test
ChristopherDedominici 87f9d8f
helper function: wait for file to be readable
ChristopherDedominici 3ebfeea
Merge branch 'feature/add-logic-to-send-telemetry-data' of github.com…
ChristopherDedominici 480589a
add comments to explain logic
ChristopherDedominici ce56aa0
do not initialize Sentry if telemetry consent is not given
ChristopherDedominici bdb9042
use "cause" as key for linked errors
ChristopherDedominici d28340e
remove verbose property + add configPath variable
ChristopherDedominici 4f70a72
rename: canSendTelemetry -> shouldBeReported
ChristopherDedominici afebc1d
move the subprocess code in a single file and modify test config vari…
ChristopherDedominici 26f65b4
adjust test because there is no synch execution in the test runner so…
ChristopherDedominici d8349b2
improve variables naming and values
ChristopherDedominici a0d248b
delete redundant test file
ChristopherDedominici b6b8277
convert all subprocess files in json files
ChristopherDedominici bed832c
do not send to Sentry errors that are raised from external packages
ChristopherDedominici d467076
modify function to check for error raised by external package
ChristopherDedominici a4ee490
add debug module
ChristopherDedominici de20582
merge from analytics branch
ChristopherDedominici 26aa5d3
Merge branch 'v-next' of github.com:NomicFoundation/hardhat into feat…
ChristopherDedominici bc63e1a
update pnpm file
ChristopherDedominici d2685aa
Merge branch 'feature/add-logic-to-send-telemetry-data' of github.com…
ChristopherDedominici 6fca3f8
Merge branch 'v-next' of github.com:NomicFoundation/hardhat into feat…
ChristopherDedominici 4137186
Merge branch 'feature/add-logic-to-send-telemetry-data' of github.com…
ChristopherDedominici 0357b43
add check for ProviderError
ChristopherDedominici fdfc90f
fix lint error
ChristopherDedominici f6030a0
Merge branch 'v-next' into features/port-sentry-to-V3
kanej 46ef231
remove fp-ts
ChristopherDedominici 111acc8
Merge branch 'features/port-sentry-to-V3' of github.com:NomicFoundati…
ChristopherDedominici 2f2cc1b
export AnonymizeResult
ChristopherDedominici File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should export this type as its part of the Anonymizer API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done