Commit Graph

18 Commits (061a128eb09fd9fd4f27322b3ef0b63cfed06515)

Author SHA1 Message Date
OCA-git-bot 061a128eb0 sentry 16.0.2.0.0 2024-05-13 12:22:13 +03:00
Deivis Laya 7374723986 [FIX] sentry: change with_locals to include_local_variables variable
Currently, version 1.17.0 of sentry_sdk is causing the following error:

SentryOption("with_locals", DEFAULT_OPTIONS["with_locals"], None),
KeyError: 'with_locals'.

Where the with_locals key is not found in the dictionary, generating an
error, stopping the installation of the sentry module.

In version 1.17.0 rename 'with_locals'  to 'include_local_variables'
79e33169aa

This commit adjust the  get_sentry_options() method in
https://github.com/Vauxoo/server-tools/blob/16.0/sentry/const.py file, set the new variable.
2024-05-13 12:22:13 +03:00
prabakaran d2d302cb08 [MIG] sentry: Migration to 16.0 2024-05-13 12:22:13 +03:00
Atte Isopuro f40702c050 [MIG] sentry: Migration to 15.0 2024-05-13 12:22:13 +03:00
OCA-git-bot b8a5718688 sentry 14.0.1.1.1 2024-05-13 12:22:13 +03:00
Florian Mounier 8c9bb8f5a8 [FIX] sentry: Fix bad ported version 2024-05-13 12:22:13 +03:00
Fernanda Hernandez f176b8bd9d [IMP] sentry: migrate sentry-raven to new api sentry-sdk 2024-05-13 12:22:13 +03:00
OCA-git-bot 8b6facbdb9 sentry 14.0.1.0.2 2024-05-13 12:22:13 +03:00
OCA-git-bot bc389b87f9 sentry 14.0.1.0.1 2024-05-13 12:22:13 +03:00
Travis Waelbroeck f82ac17a2f [MIG] sentry: Migration to 14.0 2024-05-13 12:22:13 +03:00
OCA-git-bot 3bb29910da sentry 13.0.1.1.0 2024-05-13 12:22:13 +03:00
Ivan 3305ee1a6c [MIG] sentry: Migration to 13.0 2024-05-13 12:22:13 +03:00
Ivan 4f78f32bba [IMP] sentry: black, isort 2024-05-13 12:22:13 +03:00
jeffery chen fan 761f0c3618 migrate to 12.0
[UPD] Update sentry.pot
2024-05-13 12:22:13 +03:00
Simone Orsi 6681cab825 Global pylint cleanup 2024-05-13 12:22:13 +03:00
Atte Isopuro 0af26db9a9 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
2024-05-13 12:22:13 +03:00
Naglis Jonaitis ca64d9c5e2 [MIG] sentry to V11
- [FIX] sentry: fixes missing `raven` library preventing loading of modules
- [FIX] 2to3 script on py file
- [FIX] add requirements.txt
2024-05-13 12:22:13 +03:00
Naglis Jonaitis 03c1f1b37a [ADD] sentry module (#761)
* [ADD] sentry module

* [FIX] updated sentry module according to PR comments
2024-05-13 12:22:13 +03:00