- Set log level to warning instead of error for 4xx HTTPExceptions from FastAPI/Starlette by @alexmojaki in #858
- Add option to disable printing tags to console by @dmontagu in #860
- Experimental support for OTel logs by @alexmojaki in #863, #870, and #871
- Fix
excluded_urlstypo in instrument_flask by @alexmojaki in #852 - Catch more errors when checking for sqlalchemy objects by @alexmojaki in #854
- Don't scrub exception message by @alexmojaki in #865
- Only skip logging to console after updating span stack and indentation by @alexmojaki in #844