getsentry / opentelemetry-demo

OpenTelemetry Community Demo Application
Apache License 2.0
9 stars 0 forks source link

feat: Instrument accounting service with Sentry #55

Closed tonyo closed 1 year ago

tonyo commented 1 year ago

The accounting service is written in Go, and is basically a Kafka consumer that reads messages produced by the checkout service: https://github.com/open-telemetry/opentelemetry-demo/blob/main/docs/current_architecture.md

Using the unmerged otel branch from sentry-go for now: https://github.com/getsentry/sentry-go/pull/537