You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sys.exit(0) is treated as an exception (because internally it is one) when __exit__ing a Span. We don't check what kind of exception we've encountered, just that there was one. And if there is one, we mark the transaction as failed (i.e., set the status to internal_error.
How do you use Sentry?
Sentry Saas (sentry.io)
Version
latest
Steps to Reproduce
sys.exit(0)
is treated as an exception (because internally it is one) when__exit__
ing aSpan
. We don't check what kind of exception we've encountered, just that there was one. And if there is one, we mark the transaction as failed (i.e., set the status tointernal_error
.Check Sentry. See transaction status is
internal_error
.Expected Result
Transaction status should be
ok
.Actual Result
See above.
The text was updated successfully, but these errors were encountered: