dify/api/core/ops/tencent_trace
QuantumGhost 91667e3c1d
feat(api): Implement EventManager error logging and add coverage (#29204)
- Ensure `EventManager._notify_layers` logs exceptions instead of silently swallowing them 
  so GraphEngine layer failures surface for debugging
- Introduce unit tests to assert the logger captures the runtime error when collecting events
- Enable the `S110` lint rule to catch `try-except-pass` patterns
- Add proper error logging for existing `try-except-pass` blocks.
2025-12-08 09:40:40 +08:00
..
entities feat: enhance tencent trace integration with LLM core metrics (#27126) 2025-10-29 15:53:30 +08:00
__init__.py feat: add Tencent Cloud APM tracing integration (#25657) 2025-10-14 10:21:17 +08:00
client.py feat: add metrics logging and improve MeterProvider lifecycle for tencent APM (#27733) 2025-11-04 12:35:53 +08:00
span_builder.py fix(ops): add streaming metrics and LLM span for agent-chat traces (#28320) 2025-11-26 22:45:20 +08:00
tencent_trace.py feat(api): Implement EventManager error logging and add coverage (#29204) 2025-12-08 09:40:40 +08:00
utils.py feat: add Tencent Cloud APM tracing integration (#25657) 2025-10-14 10:21:17 +08:00