core/homeassistant/components/sentry/manifest.json

9 lines
223 B
JSON
Raw Normal View History

2020-01-03 20:34:20 +00:00
{
"domain": "sentry",
"name": "Sentry",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sentry",
2021-02-18 17:25:15 +00:00
"requirements": ["sentry-sdk==0.20.3"],
"codeowners": ["@dcramer", "@frenck"]
2020-01-03 20:34:20 +00:00
}