sentry-python
sentry-python copied to clipboard
Add feature flag tracking
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
: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_namesStack 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_scrubbingStack 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