opendatateam / udata

Customizable and skinnable social platform dedicated to open data.
http://udata.readthedocs.org
GNU Affero General Public License v3.0
238 stars 87 forks source link

feat: improve Sentry logging #3086

Closed bolinocroustibat closed 3 weeks ago

bolinocroustibat commented 1 month ago

Closes https://github.com/datagouv/data.gouv.fr/issues/1389:

Note: This PR adds sentry-sdk[flask] as an install dependency. I'm not sure why it wasn't there before - let me know if this is a mistake! So since sentry-sdk[flask] depends on urllib3 and urllib3 depends on requests which were incompatible with newer versions of sentry-sdk, both pinned versions of urllib3 and requests have been updated in this PR.

bolinocroustibat commented 1 month ago

Thank you! We can probably test it on our dev envs :)

Don't forget to add a changelog entry ;)

Indeed. Added a changelog entry.