Comfy-Sentry

Comfy-Sentry
★ 1

错误上报性能监控ComfyUI集成Sentry集成
Comfy-Sentry为ComfyUI启用Sentry集成,实现错误上报、性能监控与指标收集;仓库无实际节点,仅激活集成。
💡 将ComfyUI的错误与性能数据发送到Sentry做集中监控与分析。
🍴 3 Forks💻 Python🔄 2024-07-31
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e58c8376a81b
📦 requirements.txt
sentry-sdk
📄 README

Comfy-Sentry

This “custom node” repository is actually nodeless, but provides a ComfyUI integration to a

Sentry 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.

src=”https://scan.coverity.com/projects/30552/badge.svg”/>