-
-
Notifications
You must be signed in to change notification settings - Fork 35.8k
diagnostics_channel: add opt-in subscriber suppression via bypassBy and bypassed() #63651
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
Open
DivyanshuX9
wants to merge
30
commits into
nodejs:main
Choose a base branch
from
DivyanshuX9:diag/suppression-als
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+506
−44
Open
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6a9412f
errors: handle V8 warnings in DisallowJavascriptExecutionScope
DivyanshuX9 7b20b8a
Merge branch 'nodejs:main' into fix/issue-63473-repl-asm-warning
DivyanshuX9 a786501
lib: diagnostics_channel use AsyncLocalStorage for suppression context
DivyanshuX9 e4aea85
test: add diagnostics_channel suppression coverage
DivyanshuX9 a5c4940
lib: rename diagnostics_channel suppression option to subscriberId
DivyanshuX9 7e415c0
test: clean up diagnostics_channel suppression coverage
DivyanshuX9 8e6d7cb
test: simplify diagnostics_channel suppression handler
DivyanshuX9 07e7e97
test: finalize diagnostics_channel suppression test
DivyanshuX9 9468795
diag(suppression-als): use ALS.run bound fn for suppression context; …
DivyanshuX9 b8194af
test: wrap suppressed callbacks with common.mustCall
DivyanshuX9 66e0cc9
src: emit V8 warnings synchronously in PerIsolateMessageListener (rem…
DivyanshuX9 01d9cc0
src: reintroduce synchronous V8 warning emission (USE wrapper)
DivyanshuX9 f9f428a
Merge branch 'main' into diag/suppression-als
DivyanshuX9 ddf8179
lib: initialize suppression storage eagerly
DivyanshuX9 909f0fc
Revert "lib: initialize suppression storage eagerly"
DivyanshuX9 e630f72
src: defer V8 warning emission to next tick
DivyanshuX9 cd5c009
lib: unify bypass key validation in diagnostics_channel
DivyanshuX9 3fdcd8e
test: update diagnostics_channel suppression tests for lazy storage
DivyanshuX9 716a4eb
test: fix lint errors in diagnostics_channel suppression tests
DivyanshuX9 baa6ee1
Merge branch 'nodejs:main' into diag/suppression-als
DivyanshuX9 5bc0fb8
Merge branch 'nodejs:main' into diag/suppression-als
DivyanshuX9 1e854d2
Merge branch 'nodejs:main' into diag/suppression-als
DivyanshuX9 f3fc5cf
Merge branch 'nodejs:main' into diag/suppression-als
DivyanshuX9 993bc0d
lib,test: rename suppressed/subscriberId to bypass/bypassId in diagno…
DivyanshuX9 24a87f4
lib: rename withSuppressionsContext to withBypassContext in diagnosti…
DivyanshuX9 614bc7e
lib,test: propagate bypass context through TracingChannel trace methods
DivyanshuX9 fcef870
lib: remove unnecessary TracingChannel bypass tracking
DivyanshuX9 ec9316b
lib: use kEmptyObject for options defaults in diagnostics_channel
DivyanshuX9 64ac224
Merge branch 'nodejs:main' into diag/suppression-als
DivyanshuX9 805045d
Merge branch 'nodejs:main' into diag/suppression-als
DivyanshuX9 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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.