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 build and opening the resulting binary on macOS, a second instance of the app starts a few seconds after opening the app. I have narrowed the issue down to this plugin--when I comment out the .plugin(sentry_tauri::plugin()) line from the Tauri builder in main() and rebuild, the issue is gone. Any ideas?
I am using the
sentry-tauriplugin and my code follows the example inexamples/basic-app. The plugin appears to be working properly during development with no issues, but when runningtauri buildand opening the resulting binary on macOS, a second instance of the app starts a few seconds after opening the app. I have narrowed the issue down to this plugin--when I comment out the.plugin(sentry_tauri::plugin())line from the Tauri builder inmain()and rebuild, the issue is gone. Any ideas?