commit
554140c0a8
|
@ -6,4 +6,4 @@ odoorpc
|
||||||
openpyxl
|
openpyxl
|
||||||
openupgradelib
|
openupgradelib
|
||||||
pygount
|
pygount
|
||||||
sentry_sdk>=1.17.0
|
sentry_sdk<=1.9.0
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
"python": [
|
"python": [
|
||||||
"sentry_sdk>=1.17.0",
|
"sentry_sdk<=1.9.0",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": [
|
"depends": [
|
||||||
|
|
|
@ -77,9 +77,7 @@ def get_sentry_options():
|
||||||
SentryOption("dsn", "", str.strip),
|
SentryOption("dsn", "", str.strip),
|
||||||
SentryOption("transport", DEFAULT_OPTIONS["transport"], select_transport),
|
SentryOption("transport", DEFAULT_OPTIONS["transport"], select_transport),
|
||||||
SentryOption("logging_level", DEFAULT_LOG_LEVEL, get_sentry_logging),
|
SentryOption("logging_level", DEFAULT_LOG_LEVEL, get_sentry_logging),
|
||||||
SentryOption(
|
SentryOption("with_locals", DEFAULT_OPTIONS["with_locals"], None),
|
||||||
"include_local_variables", DEFAULT_OPTIONS["include_local_variables"], None
|
|
||||||
),
|
|
||||||
SentryOption(
|
SentryOption(
|
||||||
"max_breadcrumbs", DEFAULT_OPTIONS["max_breadcrumbs"], to_int_if_defined
|
"max_breadcrumbs", DEFAULT_OPTIONS["max_breadcrumbs"], to_int_if_defined
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue