Tyler Finethy
Tyler Finethy
### Version 4.0.2 ### Steps to reproduce For whatever reason, we're only able to reproduce this error in a Docker container, but our test suite raises this error: `Error: [vuex]...
**Describe the bug** Upgrading our project to Go1.18 leads to `swag` raising an error message. I saw another Github issue and think the issue might be related to the use...
We're using `go-git` to clone several repositories in parallel and noticed a memory spike leading to OOM/unresponsive behavior on smaller machines. I went ahead and profiled the application, noticing that...
## Motivation This pull request updates the `test_debugger_products_disabled` test in `tests/test_telemetry.py` to include validation for a new configuration setting, `code_origin_for_spans_enabled`. The changes ensure that this new setting is properly tested...
## Motivation This pull request enhances the PII redaction tests by introducing support for excluded identifiers. The changes ensure that specific identifiers, such as `cookie` and `sessionid`, are excluded from...
This pull request introduces support for loading probe definitions from a file in JSON format, enabling dynamic instrumentation via external configuration. The changes include updates to the `DynamicInstrumentationConfig` class, the...
## Motivation Enable the test now that latest Python tracer supports the `APM_MULTICONFIG` RC capability. ## Changes * Removes the `@missing_feature` decorator from the `test_inproduct_enablement_exception_replay_apm_multiconfig` test. ## Workflow 1. ⚠️...
## Description We adopt a lazy wrapping approach in Code Origin to reduce the startup cost when instrumenting view functions. With the lazy approach, the heavy instrumentation is performed when...