-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
server runtime captureException event level undefined #10588
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
Hi @Zih0 thanks for writing in and for opening the PR! Before we review and merge it, can you explain what the consequences of the SDK not setting this default value are in the Sentry UI? Is there something missing? As far as I can tell, our Sentry backend sets a default level if it's not set by the SDK. However, if there's a discrepancy, I think we should fix it as you suggested. |
@Lms24 Thank you for your comment! I need to explain my situation first. If you don't think this is a bug, you can close the issue. :) |
Ahh I see, you're bringing up a good point. Let's try to align the behavior with the browser SDK. I just gave the PR a review. Looks good mostly, let's just fix the test then we can merge it. |
A PR closing this issue has just been released 🚀This issue was referenced by PR #10587, which was included in the 8.45.0 release. |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
7.100.0
Framework Version
nextjs 13.5.5
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
I found sentry/browser captureException sets the level of the event to error,
but server runtime captureException don't set event level.
Expected Result
server runtime captureException event's level 'error'
Actual Result
https://codesandbox.io/p/devbox/ecstatic-merkle-8dklcm?file=%2Fsentry.server.config.js%3A8%2C96&workspaceId=0b6a93a6-ac89-4020-a035-0354bd4bb279
server side

client side

The text was updated successfully, but these errors were encountered: