| * Allow reraising the root exception if instrumentation fails I would rather completely fail startup in my services if instrumentation fails for whatever reason instead of just logging an exception and continuing. Use case: from opentelemetry import autoinstrumentation autoinstrumentation.initialize(swallow_exceptions=False) * Fix lint * Type hinting, re-raise original exception * One more type hint to indicate None return --------- Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | ||
|---|---|---|
| .. | ||
| auto_instrumentation | ||
| __init__.py | ||
| test_bootstrap.py | ||
| test_dependencies.py | ||
| test_distro.py | ||
| test_instrumentor.py | ||
| test_propagators.py | ||
| test_semconv.py | ||
| test_utils.py | ||