algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

fix(insights): control auto sending events w/ `isAutoSendingHitsViewEvents` #314

Closed aallam closed 1 month ago

aallam commented 1 month ago

Summary

Add isAutoSendingHitsViewEvents to HitsSearcher. If set to true insights view events are automatically sent. The parameter defaults to false.

FX-2875