Open
Description
I think classes_excluded_from_instrumentation_default
does more harm than good. It doesn’t seem to reduce the startup overhead and it can lead to surprises when trying to instrument something that has been globally excluded.
Let's remove it if there are no objections.
See #1920 (comment) and #1920 (comment) for more details.
Relates to #1920