Skip to content

Enable detailed breadcrumbs for HTTP error responses in Dio’s Sentry Interceptor #3023

@dalnoki

Description

@dalnoki

Problem Statement

Currently, Dio’s Sentry interceptor behaves as follows:

On a successful HTTP response, the interceptor records duration, start_timestamp, end_timestamp, reason and http.query as a breadcrumb.

On an error (non-2xx response or network failure), the breadcrumb only contains duration, start_timestamp and end_timestamp.

It would be nice to have the same information in breadcrumb for both successful and unsuccessful requests.

Solution Brainstorm

No response

Are you willing to submit a PR?

None

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Waiting for: Product Owner

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions