Replies: 1 comment 1 reply
-
@oalhait this feels like a bug, but we need more information to be sure. Could you fill out our bug report template so we have an easier time reproducing your setup (we need versions of things and some additional context): https://github.com/getsentry/sentry-javascript/issues/new?assignees=&labels=Type%3A+Bug&projects=&template=bug.yml Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, hope this finds you all well!
I've been dealing with an issue setting up Sentry with my next.js app. Everything works correctly in Sentry, but after setting up a tunnelRoute to circumvent ad blockers, I get a bunch of Invoke Errors (screenshot attached)
Referencing the incessant TypeErrors logged in the screenshot, the
url
sentry wants to hit isn't propagating my orgid/projectid details correctly:"https://o:orgid.ingest.sentry.io/api/:projectid/envelope/%3Fhsts=0"
I'm wondering if my tunnelRoute is set up incorrectly, but I'm very unsure as to what the culprit might be. I've also searched and tried a bunch of different stuff with my sentry/nextJS configs to try address this, but no luck. here's my next.config.js for reference:
any help/guidance would be very much appreciated. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions