1.0.0
This release contains a breaking change
- BREAKING CHANGE: Feat: Moved
auto_session_tracking
experimental flag to a proper option and removed explicitly setting experimentalsession_mode
in favor of auto detecting its value, hence enabling release health by default #994 - Fixed Django transaction name by setting the name to
request.path_info
rather thanrequest.path
- Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
- Fix for Flask transactions missing request body in non errored transactions #1034
- Fix for honoring the
X-Forwarded-For
header #1037 - Fix for worker that logs data dropping of events with level error #1032