Skip to content

Fix telemetry header readonly error#719

Merged
mtmk merged 15 commits into
mainfrom
fix-publish-telemetry
Jan 27, 2025
Merged

Fix telemetry header readonly error#719
mtmk merged 15 commits into
mainfrom
fix-publish-telemetry

Conversation

@mtmk

@mtmk mtmk commented Jan 17, 2025

Copy link
Copy Markdown
Member

if (Telemetry.HasListeners())
{
using var activity = Telemetry.StartSendActivity($"{SpanDestinationName(subject)} {Telemetry.Constants.PublishActivityName}", this, subject, replyTo);
Telemetry.AddTraceContextHeaders(activity, ref headers);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a bug fix

@mtmk mtmk added the bug fix label Jan 20, 2025
@mtmk
mtmk requested a review from scottf January 20, 2025 14:35
@mtmk mtmk self-assigned this Jan 24, 2025
@mtmk mtmk added the priority label Jan 25, 2025

@scottf scottf left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mtmk
mtmk merged commit ead42bb into main Jan 27, 2025
@mtmk
mtmk deleted the fix-publish-telemetry branch January 27, 2025 16:38
mtmk added a commit that referenced this pull request Jan 27, 2025
* Fix telemetry header readonly error (#719)
* Add NatsClient to DI (#689)
* Add callback to NatsAuthOpts that allows refreshing a Token (#712)
* Implement Lame Duck Mode Event Handler (#716)
* Add CreateOrUpdateStoreAsync (#707)
@mtmk mtmk mentioned this pull request Jan 27, 2025
mtmk added a commit that referenced this pull request Jan 27, 2025
* Fix telemetry header readonly error (#719)
* Add NatsClient to DI (#689)
* Add callback to NatsAuthOpts that allows refreshing a Token (#712)
* Implement Lame Duck Mode Event Handler (#716)
* Add CreateOrUpdateStoreAsync (#707)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update on ReadOnly Headers after Retry

2 participants