Skip to content

Commit 866ab07

Browse files
authored
Add flagEvaluationEndpointBuilder to TransportConfiguration interface. (#4025)
1 parent 8946d69 commit 866ab07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/domain/configuration/transportConfiguration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export interface TransportConfiguration {
1010
sessionReplayEndpointBuilder: EndpointBuilder
1111
profilingEndpointBuilder: EndpointBuilder
1212
exposuresEndpointBuilder: EndpointBuilder
13+
flagEvaluationEndpointBuilder: EndpointBuilder
1314
datacenter?: string | undefined
1415
replica?: ReplicaConfiguration
1516
site: Site

0 commit comments

Comments
 (0)