open telemetry - What's the difference between OpenTelemetry and Sentry? - Stack Overflow

admin2025-04-20  0

What's the difference between OpenTelemetry and Sentry?

At first glance they look similar with regarding to tracing, logs etc. However, there should difference between them

What's the difference between OpenTelemetry and Sentry?

At first glance they look similar with regarding to tracing, logs etc. However, there should difference between them

Share Improve this question edited Mar 2 at 22:11 AlexElin asked Mar 2 at 21:59 AlexElinAlexElin 1,6431 gold badge19 silver badges28 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

Sentry is a product, with proprietary SDKs you can use in your application to generate telemetry.

OpenTelemetry is a set of tools and standards to generate telemetry to send to any vendor (including Sentry) that allow you to switch vendors easily since there is no proprietary code in your application.

There are nuances, since certain vendors require you to use their SDKs (that are based on OpenTelemetry) in order to use their tool as a destination, so be wary of that.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745117102a285927.html

最新回复(0)