Skip to content

Fix bug: don't mutate options object passed to SDK

Pre-release
Pre-release

Choose a tag to compare

@crhistianramirez crhistianramirez released this 17 Aug 21:09
· 383 commits to master since this release

Bug Fixes 🐛

  • Don't mutate options object passed to it. The SDK was mutating the options object by deleting options.filter which led to a side-effect for any user relying on the options object.