grafana / faro-web-sdk

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. Frontend telemetry can then be correlated with backend and infrastructure data for full-stack observability.
https://grafana.com/oss/faro/
Apache License 2.0
740 stars 64 forks source link

OTel compat: Enable Baggage propagator by default #640

Open cedricziel opened 3 months ago

cedricziel commented 3 months ago

Description

As per spec, baggage is activated by default

image

Proposed solution

  1. enable baggage by default
codecapitano commented 2 months ago

Seems like it's only possible to register a single propagator or am I looking at the wrong location?

image
cedricziel commented 2 months ago

I don't think you're wrong. SDKs usually have a composite propagator to make that happen