-
-
Notifications
You must be signed in to change notification settings - Fork 515
Open
Description
Link to Jira with customer information.
Environment
Ruby Rails.
Expected Result
Frames are trimmed from the middle while leaving the top and bottom alone.
Actual Result
Long Stack Trace for an event is trimming frames starting from the second frame. Some frames trimmed seem to be "in_app".
Trimmed frames are causing issues with our CODEOWNERS feature. Customer states -
that the trimmed frames (which do not appear in Sentry) contained information that would have correctly resulted in the assignment of the issue to another team, if they were present. In the example I gave, a large number of frames which were adjacent to the top of the stack were removed. These deleted frames were the most relevant in terms of ownership.