How to enable OpenTelemetry traces in React applications

2 · Red Hat · March 22, 2023, 7:39 a.m.
The main focus of this article is to demonstrate how to instrument React applications to make them observable. For a good overview of observability and OpenTelemetry, please take a look at the article, Observability in 2022: Why it matters and how OpenTelemetry can help. 10-step OpenTelemetry demonstration Related to the OpenTelemetry, we are using the following: Auto instrumentation via sdk-trace-web and a plugin to provide auto instrumentation for fetch. OpenTelemetry Collector (also known as ...