Skip to content
Discussion options

You must be logged in to vote

I think there are essentially two things going on here:

  1. Paramore.Brighter.Extensions.DependencyInjection.ServiceCollectionExtensions.Tracer is looking for a registered BrighterTracer to pass into the IAmAnOutboxProducerMediator it builds on line 737, but in other places it's looking for an IAmABrighterTracer, and that's what is registered in Paramore.Brighter.Extensions.Diagnostics.BrighterTracerBuilderExtensions.AddBrighterInstrumentation#17. I think this may be an error, but it can be gotten around by registering one's own BrighterTracer instance.

  2. Sentry has a "sentry-trace" key instead of a "traceparent" key which Message.PropogateContext doesn't understand. Maybe I need to set a d…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dssldavidmorgan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant