Inspecting AJAX response code in Sentry logs

Hi,

we have a standard Sentry integration within the authentication form. We are able to see uncaught promises and exceptions in the code through the Sentry interface. We are also able to see all standard user information that Sentry provides when such errors occur. I wonder if it’s possible to see the response codes from the remote service. For example, currently the breadcrumb menu shows “Http POST request made to xxx”. How could I add the response code information there?

thanks