Commit Graph

4 Commits (8148f43ca2daae533e2d77810eb64d7996b8b998)

Author SHA1 Message Date
Deivis Laya d7ae024951 [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.
2023-03-18 03:20:35 +00:00
prabakaran dea7acffe6 [IMP] sentry: black, isort, prettier 2022-12-19 16:06:44 +05:30
Enric Tobella 29e3e5fb4e [IMP] base_view_inheritance_extension: black, isort, prettier 2022-12-06 20:26:01 +01:00
Stefan Rijnhart 3cbb201c3a [IMP] upgrade_analysis: black, isort, prettier 2022-10-05 16:22:33 +02:00