### Tracer Version(s) 2.47.0 ### Operating system and platform Linux (arm64) ### Instrumentation Mode automatic ### TFM net8.0 ### Bug Report It looks like Oracle component traces no longer works in the new 23.x.x drivers, but still works in the older ones: - PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.8.0" (doesn't work) - PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.140" (works) ### Reproduction Code _No response_