Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g. bundle.tracing.min.js
) in your SDK setup.
@sentry/react
SDK Version
7.37.1
Framework Version
No response
Link to Sentry event
SDK Setup
I noticed that if you include the following line <base href="http://localhost/"/>
Sample: https://github.com/lucas-zimerman/sample-react (based on Relay demo with pictures and the base code added)
Steps to Reproduce
Follow the README.md steps, but basically run the code and press the ' break ' button
Expected Result
No errors on the console.
Actual Result
Related to getsentry/sentry-capacitor#318
UPDATE: Error can be mitigated by adding the following block parameter base[href="/"]