- Adds support for
max-retries
andmax-retry-delay
options to upload command, to automatically retry failed sourcemap requests to LogRocket.
- Adds
duplex
option to fetch requests to address newer verisons of node requiring the setting on requests with a payload body.
- Adds
upload-mobile
command (withplatform
option to specify ios or android) for uploading dSYM file(s) for an iOS app or a mapping file for an android app
- Adds support for uploading React Native sourcemap files from the
upload
command
- Adds support for Node 18+ and removes support for versions prior to Node 10