sentry icon indicating copy to clipboard operation
sentry copied to clipboard

ref: remove re-export from sentry.app

Open mitsuhiko opened this issue 3 years ago • 3 comments

New attempt that reverts getsentry/sentry#38059

mitsuhiko avatar Aug 29 '22 11:08 mitsuhiko

$ rg 'from sentry import app'
src/sentry/utils/request_cache.py
6:from sentry import app

src/sentry/tasks/reprocessing.py
15:    from sentry import app

tests/sentry/utils/test_request_cache.py
8:from sentry import app

there's probably more...

untitaker avatar Aug 29 '22 11:08 untitaker

I checked these and in getsentry and they all access app.env.

mitsuhiko avatar Aug 29 '22 12:08 mitsuhiko

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

github-actions[bot] avatar Sep 20 '22 00:09 github-actions[bot]