-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
SvelteKit Demo + Sentry wizard: Sentry.diagnoseSdkConnectivity() bad request (is this actually expected?) #16226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This request failing is more or less intended. The It obviously confused you so I am thinking we should maybe do something about it. My main idea would be to have some rule in our infra that always 200s for a particular set of org/project/client-key combination. |
Just a comment to sentry sample page from wizard and in document will do - expect bad request but it's fine ignore. lol wasted time 😂🤦 of two or more ppl. No need for rules. You are right, I was thinking smth wrong with my setup. |
Gonna reopen cause I think this is indeed confusing and we can fix it. |
current state: I raised internally that we may want to have a hardcoded rule in nginx that always returns a 200 with a specific message for exactly |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
"version": "9.16.1",
Framework Version
SvelteKit, latest
Link to Sentry event
N/A
Reproduction Example/SDK Setup
Browser exception, tried to wrap into try/catch - no effectThere is no exception, just bad request and
undefined
is returned.Console.output
Steps to Reproduce
Click through Home, About, Sverdle, and "Sentry Example"
Expected Result
I suppose no error should happen for calling this method created by wizard
Actual Result
Bad request
+ uncatchable errorThe text was updated successfully, but these errors were encountered: