Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Config] Add Application Packages #303

Open
jackshirazi opened this issue Jun 28, 2024 · 0 comments
Open

[Config] Add Application Packages #303

jackshirazi opened this issue Jun 28, 2024 · 0 comments

Comments

@jackshirazi
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant