Issue
I am using Next.js and Tauri. What is the way to setup sentry for Tauri v2 RC?
Applies To
Sentry users wanting to monitor a Tauri application
Resolution
Sentry hasn't released an SDK that supports Tauri and there currently isn't anything on the roadmap for this.
β
There is a community developed plugin for Tauri which improves the Tauri support by extending errors from the Browser side with Rust context: https://github.com/timfish/sentry-tauri
β
β
Note: Currently, the recommended way to add Sentry to Tauri apps is by using the Browser SDK and the Rust SDK separately.
