Skip to content

Add destination_name attr to all MessageTransactions#1425

Merged
TimPansino merged 3 commits intomainfrom
fix-missing-attr-message-transaction-bug
Jul 17, 2025
Merged

Add destination_name attr to all MessageTransactions#1425
TimPansino merged 3 commits intomainfrom
fix-missing-attr-message-transaction-bug

Conversation

@hmstepanek
Copy link
Copy Markdown
Contributor

Overview

Fix a bug in messagebroker instrumentations where the serialize methods were looking for the destination_name attribute on the MessageTransaction and it did not exist.

Related Github Issue

Fixes #1363 and #1045.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 15, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 6 0 0 0.69s
⚠️ MARKDOWN markdownlint 7 0 1 0 1.11s
✅ MARKDOWN markdown-link-check 7 0 0 20.7s
✅ PYTHON ruff 916 0 0 0 0.86s
✅ PYTHON ruff-format 916 0 0 0 0.26s
✅ YAML prettier 13 0 0 0 1.12s
✅ YAML v8r 13 0 0 6.32s
✅ YAML yamllint 13 0 0 0.59s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@mergify mergify Bot added tests-failing Tests failing in CI. and removed tests-failing Tests failing in CI. labels Jul 15, 2025
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.33%. Comparing base (962e08b) to head (3e6cf65).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1425   +/-   ##
=======================================
  Coverage   81.33%   81.33%           
=======================================
  Files         207      207           
  Lines       23466    23466           
  Branches     3710     3710           
=======================================
+ Hits        19085    19087    +2     
+ Misses       3123     3121    -2     
  Partials     1258     1258           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hmstepanek hmstepanek marked this pull request as ready for review July 15, 2025 16:54
@hmstepanek hmstepanek requested a review from a team as a code owner July 15, 2025 16:54
@TimPansino TimPansino self-assigned this Jul 17, 2025
@TimPansino TimPansino merged commit a32bb4e into main Jul 17, 2025
59 checks passed
@TimPansino TimPansino deleted the fix-missing-attr-message-transaction-bug branch July 17, 2025 21:59
@JestemStefan
Copy link
Copy Markdown

Thank you for fixing this!

When we can expect this to be released?

@TimPansino
Copy link
Copy Markdown
Contributor

Thank you for fixing this!

When we can expect this to be released?

Expecting to release this tomorrow (Thursday).

@lrafeei lrafeei added this to the v10.15.0 milestone Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'MessageTransaction' object has no attribute 'destination_name'

5 participants