Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Useful local variables in *stack* frames are removed #1270

Open
tahajahangir opened this issue Jul 4, 2018 · 0 comments
Open

Useful local variables in *stack* frames are removed #1270

tahajahangir opened this issue Jul 4, 2018 · 0 comments
Assignees

Comments

@tahajahangir
Copy link

When using auto_log_stacks=True, frames are pruned by slim_frame_data and only local-variables of top/bottom 12 frames are kept. This is because in_app are not calculated for stack frames and include_paths are ignored.

When using auto_log_stacks bottom frames are usually in raven or logging package, and top frames are usually framework frames (like uwsgi or django), and this results in loss of useful information.

Also it's a good idea to add configuration to change the frame_allowance, this is hard-coded to 25 in the code and is not configurable.

@ashwoods ashwoods self-assigned this Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants