getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.05k stars 4.19k forks source link

Make full title and exception message accessible via API #78941

Open ug-christoph opened 3 weeks ago

ug-christoph commented 3 weeks ago

Problem Statement

We use the linear/sentry integration. Unfortunately the linear tickets only show a truncated version of the title. Both the linear as well as the sentry support have confirmed that this is a limitation in the sentry API and this endpoint currently only serves the truncated title: https://docs.sentry.io/api/events/retrieve-an-issue/

In order to make the data useful I would need to see the full title/message. Otherwise I always have to jump between the linear and sentry UI.

Solution Brainstorm

No response

Product Area

APIs

getsantry[bot] commented 3 weeks ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 3 weeks ago

Routing to @getsentry/product-owners-settings-integrations for triage ⏲️

getsantry[bot] commented 2 weeks ago

Routing to @getsentry/product-owners-issues for triage ⏲️

sentaur-athena commented 2 weeks ago

Triaging to issues team since the GroupDetailsEndpoint is owned by issues.

jangjodi commented 2 weeks ago

Thank you for your suggestion! We purposefully return the title truncated to 100 chars, as this is how it should appear in the UI. We could potentially add the message to the endpoint response, to get the message truncated to 255 chars, and I have added this to our backlog.