Skip to content

[Config] Add Application Packages #303

Open
@jackshirazi

Description

@jackshirazi

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

  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions