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 8725b7c commit 172cf4eCopy full SHA for 172cf4e
libs/providers/go-feature-flag/src/lib/service/api.ts
@@ -214,6 +214,7 @@ export class GoFeatureFlagApi {
214
const goffResp = JSON.parse(body) as FlagConfigResponse;
215
result.evaluationContextEnrichment = goffResp.evaluationContextEnrichment || {};
216
result.flags = goffResp.flags || {};
217
+ console.log('result.flags', result.flags);
218
} catch (error) {
219
this.logger?.warn(`Failed to parse flag configuration response: ${error}. Response body: "${body}"`);
220
// Return the default result with empty flags and enrichment
0 commit comments