#Monitor external service errors/success rate
2 messages · Page 1 of 1 (latest)
yeah you can use tracing for this. Here are the product docs for this.
You can count how many spans with op=http.client (outgoing requests) have an error or are successful
Learn how to use Sentry's Trace Explorer to search span data, find distributed traces, and debug performance issues across your entire application stack.