Electron SDK¶
The bitdrift Capture SDK offers developers a straightforward method to seamlessly integrate the Capture platform into their React Native applications.
Releases¶
You can find all Electron NPM releases in https://www.npmjs.com/package/@bitdrift/electron. The latest version is 0.2.1.
0.2.1¶
Changelog:
- Improved the reliability of client metrics
- Check ring buffer file CRC before reading it. This should prevent the SDK from reading a corrupted file.
- Added support for the
Measure Duration
action, allowing the duration between two log lines to be measured using a workflow
0.1.1¶
Changelog:
- First public release of the bitdrift Capture SDK, supporting the core logging functionality and an experimental session replay implementation.