Features
- Allow dataPlaneUrl to be be passed in options instead as an argument in initialization.
#81
- Allow passing axios instance or config in options.
#81
- Allow passing error handler function in options.
#81
- Allow to configure batch events path from initialization
#81
- added request compression feature with gzip
#81
- made bull package as an optional dependency
#81
- added type declaration for screen api
#81
Fixes
BREAKING CHANGE
- Allow dataPlaneUrl to be passed in options instead as an argument in initialization and must no longer include '/v1/batch' part.
#81