getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
37.08k stars 3.98k forks source link

ref: move settings creation to sentry init command #70088

Closed asottile-sentry closed 2 weeks ago

asottile-sentry commented 2 weeks ago

this is very far down the rabbit hole but the first part of a larger refactor to make application initialization simpler such that I can unbreak a bunch of import cycles to upgrade django-stubs

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.83%. Comparing base (4a5cc77) to head (b687517). Report is 46 commits behind head on master.

:exclamation: Current head b687517 differs from pull request most recent head 30b9380. Consider uploading reports for the commit 30b9380 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #70088 +/- ## ========================================== + Coverage 78.88% 79.83% +0.94% ========================================== Files 6502 6503 +1 Lines 289178 289201 +23 Branches 49799 49804 +5 ========================================== + Hits 228124 230883 +2759 + Misses 60643 57907 -2736 Partials 411 411 ``` [see 250 files with indirect coverage changes](https://app.codecov.io/gh/getsentry/sentry/pull/70088/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry)