mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 21:56:07 +08:00
This commit is contained in:
@ -58,7 +58,9 @@ gen_path = os.path.join(
|
||||
# in all environments. Instead, users who need AWS Lambda support can opt-in
|
||||
# by manually adding it to their environment.
|
||||
# See https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2787
|
||||
packages_to_exclude = ["opentelemetry-instrumentation-aws-lambda"]
|
||||
packages_to_exclude = [
|
||||
"opentelemetry-instrumentation-aws-lambda",
|
||||
]
|
||||
|
||||
|
||||
def main():
|
||||
|
Reference in New Issue
Block a user