Skip to content
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

(autofix) Explore context attachment with @ #1820

Open
aayush-se opened this issue Jan 29, 2025 · 0 comments
Open

(autofix) Explore context attachment with @ #1820

aayush-se opened this issue Jan 29, 2025 · 0 comments

Comments

@aayush-se
Copy link
Member

Some context we can't include automatically, but they could still help sometimes without us knowing. Make it easy for users to attach the context they want:

  • other issues in the trace
  • any file in the codebase
  • any commit in the repo
  • tags on the issue

Implementation ideas:

  • simply write all trace connected issues, github commit titles, and file names into the state (cons: no attaching before run starts, potentially too much data to store in the state)
  • new endpoint that runs when you type, only needing repo and issue information. Returns the list of matching context. Perhaps a functools.cache could help as well. This can all be done in sentry without seer. seer will still have to handle processing the supplemental data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant