sentry-tauri icon indicating copy to clipboard operation
sentry-tauri copied to clipboard

Issues are created in sentry, but browser console shows unable to connect

Open hellno opened this issue 2 years ago • 0 comments

Hi!

thank you for this package!

I'm getting an error in the browser console that it cannot find the correct sentry hostname. This seems like it's missing some configuration, but I see issues are created in sentry when the app throws an error.

Is there some additional config for react apps to make this work? I only updated the package in Cargo.toml, no changes related to node packages/frontend.

Error message:

https://dummy.dsn/api/0/envelope/?sentry_key=123456&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.57.0
Failed to load resource: A server with the specified hostname could not be found.
image

hellno avatar Aug 13 '23 13:08 hellno