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

Enable Sentry Caches and Queries pages #2110

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

ouziel-slama
Copy link
Contributor

@ouziel-slama ouziel-slama commented Jul 29, 2024

  • Double-check the spelling and grammar of all strings, code comments, etc.
  • Double-check that all code is deterministic that needs to be
  • Add tests to cover any new or revised logic
  • Ensure that the test suite passes
  • Update the project release notes
  • Update the project documentation, as appropriate, with a corresponding Pull Request in the Documentation repository

else:
with start_sentry_span(op="cache.get") as sentry_get_span:
sentry_get_span.set_data("cache.key", cache_key)
if cache_key in BLOCK_CACHE:

Check warning

Code scanning / pylint

Unnecessary "else" after "return", remove the "else" and de-indent the code inside it. Warning

Unnecessary "else" after "return", remove the "else" and de-indent the code inside it.
@ouziel-slama ouziel-slama marked this pull request as draft July 29, 2024 12:58
@ouziel-slama
Copy link
Contributor Author

Need to be tested after the Aug 24th.

@ouziel-slama ouziel-slama self-assigned this Jul 29, 2024
@ouziel-slama ouziel-slama mentioned this pull request Jul 29, 2024
6 tasks
@adamkrellenstein
Copy link
Member

Can we also add a Sentry tag for mainnet/testnet?

@adamkrellenstein adamkrellenstein marked this pull request as ready for review August 8, 2024 17:21
@adamkrellenstein
Copy link
Member

What's the status of this?

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

Successfully merging this pull request may close these issues.

3 participants