We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4becf commit 3326c3fCopy full SHA for 3326c3f
eppoclient/initclient.go
@@ -15,7 +15,7 @@ func InitClient(config Config) *EppoClient {
15
httpClient := newHttpClient(config.BaseUrl, &http.Client{Timeout: REQUEST_TIMEOUT_SECONDS}, sdkParams)
16
configStore := newConfigurationStore(MAX_CACHE_ENTRIES)
17
requestor := newExperimentConfigurationRequestor(*httpClient, configStore)
18
- assignmentLogger := NewAssignmentLogger()
+ assignmentLogger := config.AssignmentLogger
19
20
client := newEppoClient(requestor, assignmentLogger)
21
0 commit comments