sentry-sqlite-transport
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Sentry SQLite Transport

This Sentry transport will try and send Sentry events via the standard HTTPSTransport.
But if this fails, it'll store the event in an SQLite database with the property cached: true.
This transport is created for IoT devices that can lose their internet connection from time to time, but don't want to lose any error logs in the meantime.

/sentry-sqlite-transport/

    Package Sidebar

    Install

    npm i sentry-sqlite-transport

    Weekly Downloads

    0

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    14.7 kB

    Total Files

    14

    Last publish

    Collaborators

    • bartversluijs