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

Stack level too deep #44

Closed
nate-at-gusto opened this issue Feb 24, 2022 · 1 comment
Closed

Stack level too deep #44

nate-at-gusto opened this issue Feb 24, 2022 · 1 comment
Assignees

Comments

@nate-at-gusto
Copy link

The HTTP adapter requires sniffer which patches net-http with alias_method. This causes problems when other gems (rack-mini-profiler, APMs like datadog) use prepend to patch the same methods, leading to stack level too deep.

One workaround would be if isolator did not require sniffer unless the http isolator was activated.

@nate-at-gusto
Copy link
Author

nvm, looks like we'll solve this in sniffer.

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

No branches or pull requests

2 participants