mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Update sentry-sdk to 1.5.12 (#71930)
* Update sentry-sdk to 1.5.12 * Remove now unneeded mypy ignore
This commit is contained in:
parent
d22472208f
commit
03e98a9a32
@ -80,7 +80,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
}
|
||||
|
||||
# pylint: disable-next=abstract-class-instantiated
|
||||
sentry_sdk.init( # type: ignore[abstract]
|
||||
sentry_sdk.init(
|
||||
dsn=entry.data[CONF_DSN],
|
||||
environment=entry.options.get(CONF_ENVIRONMENT),
|
||||
integrations=[sentry_logging, AioHttpIntegration(), SqlalchemyIntegration()],
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Sentry",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/sentry",
|
||||
"requirements": ["sentry-sdk==1.5.10"],
|
||||
"requirements": ["sentry-sdk==1.5.12"],
|
||||
"codeowners": ["@dcramer", "@frenck"],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
@ -2141,7 +2141,7 @@ sendgrid==6.8.2
|
||||
sense_energy==0.10.4
|
||||
|
||||
# homeassistant.components.sentry
|
||||
sentry-sdk==1.5.10
|
||||
sentry-sdk==1.5.12
|
||||
|
||||
# homeassistant.components.sharkiq
|
||||
sharkiq==0.0.1
|
||||
|
@ -1407,7 +1407,7 @@ securetar==2022.2.0
|
||||
sense_energy==0.10.4
|
||||
|
||||
# homeassistant.components.sentry
|
||||
sentry-sdk==1.5.10
|
||||
sentry-sdk==1.5.12
|
||||
|
||||
# homeassistant.components.sharkiq
|
||||
sharkiq==0.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user