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

added configuration options for collecting local variables and source code #117

Closed

Conversation

beniwohli
Copy link
Contributor

this allows to enable/disable collecting of local variables and source code independent from each other, for exceptions/logs and transactions

@beniwohli beniwohli force-pushed the feature/frame-collection-settings branch 3 times, most recently from 1793e36 to 3626e84 Compare December 18, 2017 09:09
|============
| Environment | Django/Flask | Default
| `ELASTIC_APM_COLLECT_SOURCE` | `COLLECT_SOURCE` | `all`
|============
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you choose all as default? The note states that this can have a sever overhead, so I personally would expect either none or errors as default here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because we want to have the "full experience" out of the box.

I'm not sure how severe the overhead is tbh, now that we have an LRU cache in front of it. Needs some testing I guess

… code

this allows to enable/disable collecting of local variables and source
code independent from each other, for exceptions/logs and
transactions
@beniwohli beniwohli force-pushed the feature/frame-collection-settings branch from 3626e84 to cfbbcc8 Compare December 21, 2017 12:32
@beniwohli beniwohli closed this in abcbc2c Dec 21, 2017
beniwohli added a commit that referenced this pull request Dec 21, 2017
… code (#117)

this allows to enable/disable collecting of local variables and source
code independent from each other, for exceptions/logs and
transactions

closes #117
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.

None yet

2 participants