Nikita Korolev
Nikita Korolev
Sure. Done.
@abhi1693 I removed line breaks. And monkeypatch as well.
Hi! For some reason procname-related settings does not work in my environment I use self-hosted configs, application runs in docker, everything is fine except procnames I see ``` UWSGI_AUTO_PROCNAME=true UWSGI_PROCNAME_PREFIX_SPACED=[Sentry]...
Yeah. I see it in processes list with `ps axuww` It is a way how sentry starts uwsgi https://github.com/getsentry/sentry/blob/946fd80aec3ed0b0df8b152013ec5326ce2ff79f/src/sentry/services/http.py#L10 I guess execve not working well or maybe something in my...
@loewenheim, thank you! I guess it's ready now.