Jules
Jules2d ago

Implementing distributed tracing with Sentry

Hi, we are currently using Sentry to track errors across our services, and it’s working well. We’re pleased to see that there’s a built-in integration for Convex too. To enhance our error observability, we’d like to implement Distributed Tracing across our services to track execution flows between them. Is it possible to implement distributed tracing with Convex? This would involve passing a trace_id and initializing a new transaction with that ID. Since the Convex ↔ Sentry integration doesn’t expose the Sentry SDK, I’m not sure how to proceed. I’d love to learn if this is feasible and how we could implement it.
Distributed Tracing
With distributed tracing, you can track software performance and measure throughput & latency, while seeing the impact of errors across multiple systems.
1 Reply
Convex Bot
Convex Bot2d ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!

Did you find this page helpful?