End-to-end prototype/demo for browser SDK #208
Replies: 4 comments 1 reply
-
|
The configuration layer was also included in this prototype |
Beta Was this translation helpful? Give feedback.
-
|
Hey, so I am in to help on this effort ! The concept is a static app that can be hosted in a github page that:
It helps documenting two main things:
What do you think about this ? |
Beta Was this translation helpful? Give feedback.
-
|
I'll be working on adding the collector and backend for this |
Beta Was this translation helpful? Give feedback.
-
|
I have created this branch for this |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Summary
We've been asked multiple times to build a working end-to-end prototype that demonstrates how we imagine OTel to work in browser environments. Rather than continuing to iterate on spec text alone, the goal is to have something tangible and runnable that proves out the key design decisions.
As discussed in the Browser SIG on 2026-03-19, I'd like to collaborate on this with anyone who's interested.
What the prototype should cover
Initial focus
Sessions (and potentially other things) modeled as entities that can change at runtime, with all instrumentations transparently picking up the current entity
for example, session and page view coexisting in the resource with independent lifecycles
No metrics SDK on the client; events sent to a collector that aggregates them into metrics.
A simplified configuration entry point for users with sensible defaults
Secondary
Explore whether browser/mobile needs a dedicated API surface beyond the standard OTel API
Architecture
Should have
Background & references
Call for collaboration
If you're interested in working on any part of this, please comment here.
Beta Was this translation helpful? Give feedback.
All reactions