We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47aff2 commit 77c8fd8Copy full SHA for 77c8fd8
aws_lambda_powertools/shared/constants.py
@@ -8,9 +8,6 @@
8
MIDDLEWARE_FACTORY_TRACE_ENV: str = "POWERTOOLS_TRACE_MIDDLEWARES"
9
INVALID_XRAY_NAME_CHARACTERS = r"[?;*()!$~^<>]"
10
11
-# OpenTelemetry Tracer constants
12
-OTEL_SDK_MODULE: str = "opentelemetry"
13
-
14
# Logger constants
15
# maintenance: future major version should start having localized `constants.py` to ease future modularization
16
LOGGER_LOG_SAMPLING_RATE: str = "POWERTOOLS_LOGGER_SAMPLE_RATE"
0 commit comments