Add feedback command#62
Open
jvanbaarsen wants to merge 2 commits into
Open
Conversation
Add a feedback command that lets users and LLM workflows send missing endpoint, missing feature, or broken behavior reports from the CLI. Feedback can be provided as an argument or from stdin, can include an optional contact email, and reuses that email from the active config on future submissions.
Stop sending a redundant source value in CLI feedback payloads because the server already identifies valid submissions by the AppSignal CLI request header.
This comment has been minimized.
This comment has been minimized.
4 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This is a message from the daily scheduled checks. |
svanhesteren
approved these changes
Jul 17, 2026
svanhesteren
left a comment
There was a problem hiding this comment.
Hey cool! I went through the changes with some rust explanation via AI and it's pretty understandable. It looks good to me, but since I'm pretty new to rust and I don't fully grasp all concepts yet please don't expect too much from me. 😉
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
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.
Add a feedback command that lets users and LLM workflows send missing endpoint, missing feature, or broken behavior reports from the CLI.
Feedback can be provided as an argument or from stdin, can include an optional contact email, and reuses that email from the active config on future submissions.