splitio / javascript-commons

Other
3 stars 5 forks source link

[SDKS-8273] Reuse and polish debug logs #306

Closed EmilianoSanchez closed 2 months ago

EmilianoSanchez commented 2 months ago

JavaScript commons library

What did you accomplish?

Removed debug logs from matchers in favor of code size reduction. Instead, a new debug log was added in the parser function, to use for all matchers.

How do we test the changes introduced in this PR?

Extra Notes