Issue
I use Next.js and Tauri, and I want to set up Sentry for a Tauri v2 application. I want to know whether Sentry has an official Tauri SDK.
Applies To
All SaaS Customers and Self-Hosted Users
SDK Setup
Resolution
No. Sentry does not offer an official SDK for Tauri, and Tauri support is not currently on the roadmap.
The recommended way to add Sentry to a Tauri app is to use the Browser SDK for the frontend and the Rust SDK for the backend, separately.
A community-maintained plugin, sentry-tauri, extends the browser-side errors with Rust context. Sentry does not build or maintain this plugin.
