Skip to main content

Does Sentry have a Tauri v2 SDK?

Updated over a month ago

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.

Did this answer your question?