We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:in_app_module_allow_list
Currently in_app_module_allow_list defaults to an empty list, so most users don't get good in-app frames marked. Ruby for instance defaults to a combination of project root + known common directory names https://github.com/getsentry/sentry-ruby/blob/c3bcfa0401856d9ee7616c95ab9dfe988a89da30/sentry-ruby/lib/sentry/backtrace.rb#L91-L93
in_app_module_allow_list
The text was updated successfully, but these errors were encountered:
@savhappy we could use :application.get_key(app, :modules) to get all the app modules.
:application.get_key(app, :modules)
Basically, we could do this if :in_app_module_allow_list is not set:
Mix.Project.umbrella?/1
This might not be trivial work, want me to give it a try first?
Sorry, something went wrong.
@whatyouhide yep! Go for it! If you need me to take some of the work load let me know
yep sounds good to me, thx both!
savhappy
No branches or pull requests
Currently
in_app_module_allow_list
defaults to an empty list, so most users don't get good in-app frames marked.Ruby for instance defaults to a combination of project root + known common directory names
https://github.com/getsentry/sentry-ruby/blob/c3bcfa0401856d9ee7616c95ab9dfe988a89da30/sentry-ruby/lib/sentry/backtrace.rb#L91-L93
The text was updated successfully, but these errors were encountered: