mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
* [opentelemetry][callback] refactor get_error_message and add UTs * [opentelemetry][callback] enrich exception with msg, exception and stderr fields * [opentelemetry] fix linting * [opentelemetry][callback] add changelog fragment * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Ajpantuso <ajpantuso@gmail.com> * [opentelemetry][callback] chore: remove comment * [opentelemetry][callback] refactor tests * [opentelemetry] refactor UTs Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
2 lines
236 B
YAML
2 lines
236 B
YAML
minor_changes:
|
|
- opentelemetry callback plugin - enriched the stacktrace information with the ``message``, ``exception`` and ``stderr`` fields from the failed task (https://github.com/ansible-collections/community.general/pull/3496).
|