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

Fix issue with how stack trace depth is managed #684

Merged
merged 2 commits into from
Aug 17, 2021

Conversation

JcolemanNR
Copy link
Contributor

@JcolemanNR JcolemanNR commented Aug 17, 2021

Resolves: #683

Basically if any of the stack frames within the requested depth are from NewRelic, then we don't save the requested number of frames.

Testing

Updated an existing unit test, and added one to capture an edge case where more stack frames are requested than available

Copy link
Contributor

@tehbio tehbio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@JcolemanNR JcolemanNR merged commit 83063a1 into main Aug 17, 2021
@JcolemanNR JcolemanNR deleted the jcoleman/fix-stack-trace-depth branch August 17, 2021 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configured maximum stack trace depth is not always honored
2 participants