Varsha
Varsha
### Describe the issue Documentation unavailable for the existing Boto3 specific event: `before-parameter-build` and `before-sign` ### Links https://boto3.amazonaws.com/v1/documentation/api/latest/guide/events.html#boto3-specific-events
Automate ruby tracer currency report generation and automatically push the report to the [tracer-reports](https://github.ibm.com/instana/tracer-reports/tree/main/automated/currency/ruby) repository everyday if updates available.
Adapt the following to OTel specifications: - inject() - extract() - traceparent - tracestate - get_current_span() - get_active_tracer() - get_tracer_tuple() Signed-off-by: Varsha GS Co-authored-by: Paulo Vital
In Python 3.12 and later, since `setuptools` is not included in standard library, `discover_post_import_hooks()` fails when `setuptools` is not installed in the environment. It took so much time to find...
Opening an issue here as well since this is where I actually found the issue. https://github.com/GrahamDumpleton/wrapt/issues/291