Commit Graph

17 Commits (583d09148948c7891fdfc68a0b07cc60f345e711)

Author SHA1 Message Date
OCA-git-bot 1aa97dbc31 sentry 15.0.2.0.0 2023-03-18 11:58:42 +00:00
Deivis Laya 51115f5ea1 [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/14.0/sentry/const.py file, set the new variable.
2023-03-18 03:16:30 +00:00
Atte Isopuro 3f7616f2e7 [MIG] sentry: Migration to 15.0 2022-10-20 09:53:12 +03:00
OCA-git-bot f552d7ba7b sentry 14.0.1.1.1 2022-10-20 09:53:12 +03:00
Florian Mounier 25dcef43d4 [FIX] sentry: Fix bad ported version 2022-10-20 09:53:12 +03:00
Fernanda Hernandez da6cae3ba8 [IMP] sentry: migrate sentry-raven to new api sentry-sdk 2022-10-20 09:53:12 +03:00
OCA-git-bot 60aad95347 sentry 14.0.1.0.2 2022-10-20 09:53:12 +03:00
OCA-git-bot d965775511 sentry 14.0.1.0.1 2022-10-20 09:53:12 +03:00
Travis Waelbroeck a38382b7c6 [MIG] sentry: Migration to 14.0 2022-10-20 09:53:12 +03:00
OCA-git-bot dc1eb48585 sentry 13.0.1.1.0 2022-10-20 09:53:12 +03:00
Ivan 07e0f41fb2 [MIG] sentry: Migration to 13.0 2022-10-20 09:53:12 +03:00
Ivan 3cf04228e0 [IMP] sentry: black, isort 2022-10-20 09:53:12 +03:00
jeffery chen fan 60c93e8fd0 migrate to 12.0
[UPD] Update sentry.pot
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 f8c404c053 [ADD] sentry module (#761)
* [ADD] sentry module

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