Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface TransportConfiguration {
sessionReplayEndpointBuilder: EndpointBuilder
profilingEndpointBuilder: EndpointBuilder
exposuresEndpointBuilder: EndpointBuilder
flagEvaluationEndpointBuilder: EndpointBuilder
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💭 thought: ‏I wonder if it is something that should live in core as exposures and flagEvaluation are not even used by the browser-sdk.
cc @BenoitZugmeyer

Copy link
Member

@BenoitZugmeyer BenoitZugmeyer Dec 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, absolutely! I even gave it a try, and it's almost working! Not sure exactly why I stopped there, I was focusing on other tasks. In the meantime I accepted @lisaah PR to avoid blocking her, as I think this is benign and can be improved later.

cc @thomas-lebeau as you were also talking about this.

datacenter?: string | undefined
replica?: ReplicaConfiguration
site: Site
Expand Down