Commit Graph

9 Commits (583d09148948c7891fdfc68a0b07cc60f345e711)

Author SHA1 Message Date
Fernanda Hernandez da6cae3ba8 [IMP] sentry: migrate sentry-raven to new api sentry-sdk 2022-10-20 09:53:12 +03:00
Travis Waelbroeck 5726e6619a [FIX] sentry: enable use of "sentry_odoo_dir" config parameter
Allow using `sentry_release` or `sentry_odoo_dir` in the Odoo
configuration file.

Previously, the `sentry_odoo_dir` was never actually respected. It would
always be overridden by `sentry_release`. Even if `sentry_release` is
not set, it will use an empty value instead of using `sentry_odoo_dir`
to find the Git commit hash.

After this commit, the `sentry_release` parameter still takes
precedence. However, if `sentry_release` is not set and
`sentry_odoo_dir` is set, then `sentry_odoo_dir` will be used to find
the appropriate Git commit hash, which will be used as the `release`
value.

Both cases are covered by the added unit tests.
2022-10-20 09:53:12 +03:00
Luis González 85291bcb07 [FIX] sentry: Warning when using classes from collections.abc
The following warning is fixed:

    DeprecationWarning: Using or importing the ABCs from 'collections' instead of
    from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop
    working
2022-10-20 09:53:12 +03:00
Ivan 3cf04228e0 [IMP] sentry: black, isort 2022-10-20 09:53:12 +03:00
Simone Orsi 610fac7938 Global pylint cleanup 2022-10-20 09:53:12 +03:00
Atte Isopuro 509627447f Enable setting a release option directly
sentry: It is not always possible to read commit information from
a production environment. In those cases it is useful to be able
to set a release version manually.

[UPD] Update sentry.pot
2022-10-20 09:53:12 +03:00
Naglis Jonaitis 777724fb3d [MIG] sentry to V11
- [FIX] sentry: fixes missing `raven` library preventing loading of modules
- [FIX] 2to3 script on py file
- [FIX] add requirements.txt
2022-10-20 09:53:12 +03:00
Naglis Jonaitis cd9e53d934 [FIX] sentry: fixes missing `raven` library preventing loading of modules
Related: #761 #879 #881
2022-10-20 09:53:12 +03:00
Naglis Jonaitis f8c404c053 [ADD] sentry module (#761)
* [ADD] sentry module

* [FIX] updated sentry module according to PR comments
2022-10-20 09:53:12 +03:00