Skip to content

ELASTIC_APM_RECORDING default value #953

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

Closed
cmontanaro opened this issue Oct 27, 2020 · 1 comment · Fixed by #955
Closed

ELASTIC_APM_RECORDING default value #953

cmontanaro opened this issue Oct 27, 2020 · 1 comment · Fixed by #955
Assignees

Comments

@cmontanaro
Copy link

Describe the bug:

Documentation states that the default value of ELASTIC_APM_RECORDING is false but default is set to true in code

To Reproduce

% grep -r RECORDING *
docs/configuration.asciidoc:| ELASTIC_APM_RECORDING | RECORDING | false
elasticapm/conf/init.py: recording = _BoolConfigValue("RECORDING", default=True)

@beniwohli beniwohli self-assigned this Oct 27, 2020
beniwohli added a commit to beniwohli/apm-agent-python that referenced this issue Oct 27, 2020
@beniwohli
Copy link
Contributor

@cmontanaro great catch! I opened #955 with the fix.

beniwohli added a commit to beniwohli/apm-agent-python that referenced this issue Sep 14, 2021
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 a pull request may close this issue.

2 participants