Releases: getsentry/sentry-python
Releases · getsentry/sentry-python
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
- Fix for
AWSLambdaIntegration to handle other path formats for function initial handler #1139 - Fix for worker to set deamon attribute instead of deprecated setDaemon method #1093
- Fix for
bottleIntegration that discards-devfor version extraction #1085 - Fix for transport that adds a unified hook for capturing metrics about dropped events #1100
- Add
HttpxIntegration #1119 - Add support for china domains in
AWSLambdaIntegration #1051
1.1.0
- Fix for
AWSLambdaintegration returns value of original handler #1106 - Fix for
RQintegration that only captures exception if RQ job has failed and ignore retries #1076 - Feature that supports Tracing for the
Tornadointegration #1060 - Feature that supports wild cards in
ignore_loggerin theLoggingIntegration #1053 - Fix for django that deals with template span description names that are either lists or tuples #1054
1.0.0
This release contains a breaking change
- BREAKING CHANGE: Feat: Moved
auto_session_trackingexperimental flag to a proper option and removed explicitly setting experimentalsession_modein favor of auto detecting its value, hence enabling release health by default #994 - Fixed Django transaction name by setting the name to
request.path_inforather 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-Forheader #1037 - Fix for worker that logs data dropping of events with level error #1032
0.20.3
- Added scripts to support auto instrumentation of no code AWS lambda Python functions
0.20.2
- Fix incorrect regex in craft to include wheel file in pypi release