Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internal analytic support (infermedica#1)
* config eslint * config gitignore * possible to limit used modules per event * update Readme * infermedicaAnalytics module skeleton * infermedicaAnalytics trackEvent has common properties * support dor Firebase Anonymous Authentication * axios and Bearer token from Firebase * event can be disabled * supported properties property for infermedicaAnalytics * docs updated * update Infermedica Analytics module * possible to setup supported properties * Support for allow and disallow event properties * firebase user id in infermedica analytic user data * event_details will be always publish * bump version to 0.2.0 * add fallback for infermedica analytics custom baseURL * prevent to publish event without event_details * rename event_objects to event_object * header has infer-application-id * SC-1224: request to the analytics be signed with a token * SC-1225: Support topice configuration per event * airbnb-base eslint config * lint files * infermedicaAnalytics dependencies in peerDependencies * use dynamic import for infermedicaAnalytics dependencies * use enum for names * formatter:off * amplitude module filtered undefined and null properties * no disable props * clean eventQueue after use it * axios, bowser and firebase as dependencies * update Readme for dependencies * use production endpoint as default * optimized filterProperties function * use Axios.post serialize to JSON Co-authored-by: Przemysław Spaczek <[email protected]>
- Loading branch information