-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: support all possible elasticapm.* settings #5
Conversation
- updated pre-commit regarding broken URLs - added bettermarks/.github git-hooks - run black on all code
- update pyramid to 1.10 and emntion it in the readme - add contibuting section to readme - update install instructions - update repo URL in setup.py
since it requires access to the distribution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Nice to have: We can consider creating pull request to open project but we don't have to.
Looking closely for one specific change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 🙌
@saurabh2590 @cakemanny since we do not pin the version in backend it will be available with the next backend change, right? |
I think you're correct there |
The main purpose is to support the
elasticapm.collect_local_variables
setting, but instead of just enabling this setting I found a way to enable all possible settings.In order to have a reliable setup for changes I also applied the following changes:
https://bettermarks.atlassian.net/browse/BM-61809