sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Add feature flag tracking

Open cmanallen opened this issue 1 year ago • 1 comments

Related RFC: https://github.com/getsentry/rfcs/pull/140

TODO:

  • [ ] Write a better PR description.
  • [ ] Use an LRU cache instead of FIFO queue.
  • [ ] Find the best place to append the flags to the error event.

Related to:

  • https://github.com/getsentry/sentry/issues/59428

cmanallen avatar Sep 05 '24 14:09 cmanallen

:x: 7422 Tests Failed:

Tests completed Failed Passed Skipped
18964 7422 11542 2483
View the top 3 failed tests by shortest run time
tests.integrations.logging.test_logging test_custom_log_level_names
Stack Traces | 0s run time
No failure message available
tests.integrations.logging.test_logging test_logging_works_with_many_loggers[logger0]
Stack Traces | 0s run time
No failure message available
tests.test_scrubber test_breadcrumb_extra_scrubbing
Stack Traces | 0s run time
No failure message available

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

codecov[bot] avatar Sep 05 '24 14:09 codecov[bot]