You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: