jovotech / jovo-framework

🔈 The React for Voice and Chat: Build Apps for Alexa, Messenger, Instagram, the Web, and more
https://www.jovo.tech
Apache License 2.0
1.68k stars 309 forks source link

:sparkles: Add addEventFilter for analytics-bigquery #1604

Closed sadlowskij closed 8 months ago

sadlowskij commented 10 months ago

Proposed Changes

This change should give the user more control over what is to be sent to the BigQuery Table. When working with bigger voice apps, multiple events per request can lead to huge amounts of BigQuery table rows that might not be needed in a give case. This filter function gives the user the chance to filter out events by eventType, user, or whatever they want.

If there are any issues with this, feel free to let me know!

Types of Changes

Checklist