Breaking Changes
- core: remove deprecated options and apis (#1779)
- core: remove support for nested object tags (#1778)
- core: remove support for enabling internal errors (#1777)
- core: remove client sampling (#1755)
- core: move context propagation outside of scope manager (#1645)
More information can be found in the migration guide.
Bug Fixes
- express: fix express integration losing the route when handled in a middlware (#1767), fixes #1455
- pino: fix support for new module exports (#1733), fixes #1732, thanks @mkaufmaner!