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
Determines whether a stack trace frame is an in-app frame or a library frame for better UI experience
Implementation difficulty, location, and dynamism
This is implemented in the classic agent by giving each stack element a true/false value depending on whether it is in/out of the packages. Currently the UI only displays code.stacktrace as a string. We'd need to add additional support in the UI first, either by having it take into account a true/false array, or passing the package list and have the UI do the work.
It cannot be contributed upstream
It can be dynamic
The text was updated successfully, but these errors were encountered:
Classic agent link
What it does
Determines whether a stack trace frame is an in-app frame or a library frame for better UI experience
Implementation difficulty, location, and dynamism
code.stacktrace
as a string. We'd need to add additional support in the UI first, either by having it take into account a true/false array, or passing the package list and have the UI do the work.The text was updated successfully, but these errors were encountered: