We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently tagstore works with errors and performance issues. We want to allow it to query any issue platform related issues as well.
This might be the only place we need to touch:
sentry/src/sentry/tagstore/snuba/backend.py
Lines 527 to 536 in c28d9b7
Probably just need to change the dataset to be the issue platform one if not error/performance.
Should also make sure that we write tests that query the issue platform. There should be examples related to performance issues.
The text was updated successfully, but these errors were encountered:
Blocked by getsentry/snuba#3571 - someone else can pick this up if they want.
Sorry, something went wrong.
feat(issue platform): Allow tagstore to query issue platform issues (#…
2e4f7e8
…42908) Fall back to a default dataset for non error / performance issues to allow tagstore to work for the issue platform. Closes #42589
ceorourke
Successfully merging a pull request may close this issue.
Currently tagstore works with errors and performance issues. We want to allow it to query any issue platform related issues as well.
This might be the only place we need to touch:
sentry/src/sentry/tagstore/snuba/backend.py
Lines 527 to 536 in c28d9b7
Probably just need to change the dataset to be the issue platform one if not error/performance.
Should also make sure that we write tests that query the issue platform. There should be examples related to performance issues.
The text was updated successfully, but these errors were encountered: