Skip to content

Conversation

@RAprogramm
Copy link
Owner

Summary

  • add an AppError::emit_telemetry hook that captures backtraces lazily, records metrics and emits tracing events exactly once per error
  • wire constructors, context conversions and framework integrations through the telemetry hook so HTTP responses flush instrumentation automatically
  • add optional metrics/log-mdc dependencies, bump the crate to 0.14.0, refresh docs and expand tests to cover tracing MDC propagation and counter increments

Testing

  • cargo +nightly fmt --
  • cargo +1.90.0 build --all-targets
  • cargo +1.90.0 test --all
  • cargo +1.90.0 clippy -- -D warnings
  • cargo +1.90.0 doc --no-deps
  • cargo deny check
  • cargo audit

https://chatgpt.com/codex/tasks/task_e_68d210622424832bbbf643d917c07023

@RAprogramm RAprogramm merged commit a6b767c into new_version Sep 23, 2025
1 of 2 checks passed
@RAprogramm RAprogramm deleted the codex/add-telemetry-hook-to-error-core branch September 23, 2025 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants