mirror of
https://github.com/langgenius/dify.git
synced 2026-03-17 04:47:50 +08:00
Prevents CE users from enqueueing EE-only events (all METRIC_LOG cases) to non-existent enterprise_telemetry Celery queue. - Add _should_drop_ee_only_event() check in emit() before routing - Remove redundant check from _emit_trace() - Single guard at gateway level protects both trace and metric/log paths