https://github.com/teward/Comfy-Sentry
Sentry integration for ComfyUI
https://github.com/teward/Comfy-Sentry
Last synced: 6 months ago
JSON representation
Sentry integration for ComfyUI
- Host: GitHub
- URL: https://github.com/teward/Comfy-Sentry
- Owner: teward
- License: gpl-3.0
- Created: 2024-07-26T00:46:37.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T21:37:42.000Z (11 months ago)
- Last Synced: 2024-08-01T23:42:40.677Z (11 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **Comfy-Sentry**
README
## Comfy-Sentry
This "custom node" repository is actually nodeless, but provides a ComfyUI integration to a
[Sentry](https://sentry.io/welcome/) error reporting
backend. This way, you can have full code and error reporting, performance monitoring and metrics, etc. in your
ComfyUI interface reported to a Sentry backend.---
In your Python environment for ComfyUI (it may be a `venv` and you will need to activate it), run
`pip install sentry-sdk` to install the requisite components for the repository.To use this, simply clone the repository into the `custom_nodes` folder of your ComfyUI root directory. Then, copy
`sentry_config.example.json` to `sentry_config.json` within the cloned directory, and adjust your settings accordingly
to configure your Sentry instance settings.Then simply start ComfyUI. It will then attempt your Sentry connection and integrations automatically on startup
before even the main UI is loaded.**Note that any and all errors generated by your ComfyUI will be reported to this Sentry instance you've configured.**
---
This repository, unless otherwise specified, is licensed under GPL-3.0.