sentry-tauri
sentry-tauri copied to clipboard
Plugin causing another instance to launch on macOS
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?