sentry-tauri
sentry-tauri copied to clipboard
A Tauri plugin for Sentry
Solves #10 I've tried my best to migrate it to v2. I tested it and it works in both `development` and `production` but it may still have some bugs. ADVICE:...
I want to add some custom options but cannot set these fields right now. They should be public instead
Are you working on the migration for Tauri v2? if not, tell me. I need it for my project. Maybe I upgrade it and submit a PR
I am using the `sentry-tauri` plugin and my code follows the example in `examples/basic-app`. The plugin appears to be working properly during development with no issues, but when running `tauri...
Hi! thank you for this package! I'm getting an error in the browser console that it cannot find the correct sentry hostname. This seems like it's missing some configuration, but...
Hi there, I was having trouble getting a macOS sandboxed app to launch (via TestFlight and app store submission) after adding the plugin per the instructions. I seems to work...
Hi I was trying to install sentry-tauri using the `npm run tauri add sentry` command. But this fails as @tauri-apps/plugin-sentry doesn't seem to exist in npm! ``` npm error code...