tauri-plugin-sentry 0.6.0

An experimental Tauri Plugin for Sentry
Documentation
1
2
3
4
5
6
7
8
import * as Sentry from '@sentry/browser';
import { defaultOptions } from './';
window.Sentry = Sentry;
Sentry.init({
    ...defaultOptions,
    // We replace this with true or false before injecting this code into the browser
    debug: __DEBUG__,
});