Hi everyone,
We want to integrate Sentry in JS (React), and I’ve followed the steps on:
I’m forcing an error with throw new Error(‘test’)
Sentry works like a charm! The error shows up in the dashboard, so far so good.
However…
The user feedback form does pop up, but when I submit the form, I get an error in my console "net::ERR_NAME_NOT_RESOLVED"
This path is called:
http://sentry:9000/api/embed/error-page/?dsn=https://ourkeyhere@sentry.ourcompany.com&eventId=idhere
The UI then shows:
“An unknown error occurred while submitting your report. Please try again.”
Seems strange to me why it is calling this port, and not the normal sentry.ourcompany.com?
Any help would be greatly appreciated