File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 5353 "bootstrap_gen.py",
5454)
5555
56- # AWS Lambda instrumentation is excluded from the default list because it often
57- # requires specific configurations and dependencies that may not be set up
58- # in all environments. Instead, users who need AWS Lambda support can opt-in
59- # by manually adding it to their environment.
60- # See https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2787
56+
6157packages_to_exclude = [
58+ # AWS Lambda instrumentation is excluded from the default list because it often
59+ # requires specific configurations and dependencies that may not be set up
60+ # in all environments. Instead, users who need AWS Lambda support can opt-in
61+ # by manually adding it to their environment.
62+ # See https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2787
6263 "opentelemetry-instrumentation-aws-lambda",
64+
65+ # Google GenAI instrumentation is currently excluded because it is still in early
66+ # development. This filter will get removed once it is further along in its
67+ # development lifecycle and ready to be included by default.
68+ "opentelemetry-instrumentation-google-genai",
6369]
6470
6571
You can’t perform that action at this time.
0 commit comments