All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Separate debounce and exponential backoff into
Strategy
classes.
- Events logged during in flight request with exponential backoff strategy being dropped.
- Configuration
useExponentialBackoff
,maxNumberOfRetries
,exponentialBackoffLimit
to add an exponential backoff strategy to request retry.
- UMD and ESM build types.
- Custom header to be added in the request
- Infinite loop in flush without custom request function.
- Migrate to TypeScript 🎉
- Typo on additional info.
- Adding additional info.
- New
shouldParseEventData
config
- Update documentation