-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Listen for hooks firing within set bounds #405
Comments
As I see it, there are two approaches:
I'm personally favoring the second option, as it could introduce a pretty nice interface and contextualize the discovery. It's likely more work than option one, but ultimately I think a more cohesive experience. With option two though, need to also consider that would add additional complexity to a relatively straight forward collector. @johnbillion I may start on a PR for option one, but definitely interested in your thoughts before I get too far in. |
Hmm, given that the Hooks panel can be filtered, I'm now thinking of a different option:
|
Submitted PR (#410). |
Planning on adding additional info to the notice that shows when using the |
|
I'm not satisfied with the current integration. Going to rebuild as a separate collector. |
Rebuilt using separate collector and output. 😄 |
Man, forgot about this; so cool. 😂 |
Still so cool. |
Implement hook discovery into QM (as discussed on Twitter).
Thinking something like the following:
The above would result in display of both the
foobar
action and thebar
filter in QM, with some display of the second parameter of the QM action hook (in this example,label
).The purpose of
label
would be to serve in identification when multiple bounds have been set.The text was updated successfully, but these errors were encountered: