Skip to content

Commit

Permalink
Merge branch 'main' into rlamb/SDK-819/refine-build-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 29, 2024
2 parents cdf80b6 + 44a2237 commit 5ef907b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function makeSdkConfig(options: SDKConfigParams, tag: string) {
const cf: LDOptions = {
withReasons: options.clientSide.evaluationReasons,
logger: makeLogger(`${tag}.sdk`),
// useReport: options.clientSide.useReport,
useReport: options.clientSide.useReport,
};

if (options.serviceEndpoints) {
Expand Down
6 changes: 0 additions & 6 deletions packages/sdk/browser/contract-tests/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ streaming/requests/URL path is computed correctly/no environment filter/base URI
streaming/requests/context properties/single kind minimal/REPORT
streaming/requests/context properties/single kind with all attributes/REPORT
streaming/requests/context properties/multi-kind/REPORT
polling/requests/method and headers/REPORT/http
polling/requests/URL path is computed correctly/no environment filter/base URI has no trailing slash/REPORT
polling/requests/URL path is computed correctly/no environment filter/base URI has a trailing slash/REPORT
polling/requests/context properties/single kind minimal/REPORT
polling/requests/context properties/single kind with all attributes/REPORT
polling/requests/context properties/multi-kind/REPORT

0 comments on commit 5ef907b

Please sign in to comment.