https://github.com/dcramer/ad-sentry
sentry module for appdaemon
https://github.com/dcramer/ad-sentry
appdaemon homeassistant sentry
Last synced: 2 months ago
JSON representation
sentry module for appdaemon
- Host: GitHub
- URL: https://github.com/dcramer/ad-sentry
- Owner: dcramer
- License: mit
- Created: 2021-08-24T07:38:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T08:03:48.000Z (almost 5 years ago)
- Last Synced: 2026-03-30T05:42:27.055Z (3 months ago)
- Topics: appdaemon, homeassistant, sentry
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sentry for AppDaemon
Load this repository in HACS and configure the Sentry module in ypur `apps.yaml`:
```yaml
global_modules:
- sentry
sentry:
module: sentry
class: Sentry
dsn: !secret sentry_dsn
```
Additionally you need to add the contents of `apps/requirement.txt` to your master `requirements.txt` file, located in the `apps/` root next to your `apps.yaml`.
If you are using Home Assistant Core (Hass.io) you will need to add the requirements in the Add-on configuration. For example:
```json
{
"log_level": "info",
"system_packages": [],
"python_packages": ["sentry-sdk"]
}
```