Skip to content

Releases: getsentry/sentry-python

1.4.1

22 Sep 13:03

Choose a tag to compare

  • Fix race condition between finish and start_child in tracing #1203

1.4.0

21 Sep 12:53

Choose a tag to compare

  • No longer set the last event id for transactions #1186
  • Added support for client reports (disabled by default for now) #1181
  • Added tracestate header handling #1179
  • Added real ip detection to asgi integration #1199

1.3.1

27 Jul 14:52

Choose a tag to compare

  • Fix detection of contextvars compatibility with Gevent versions >=20.9.0 #1157

1.3.0

08 Jul 07:44

Choose a tag to compare

  • Add support for Sanic versions 20 and 21 #1146

1.2.0

06 Jul 11:38

Choose a tag to compare

  • Fix for AWSLambda Integration 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 bottle Integration that discards -dev for version extraction #1085
  • Fix for transport that adds a unified hook for capturing metrics about dropped events #1100
  • Add Httpx Integration #1119
  • Add support for china domains in AWSLambda Integration #1051

1.1.0

06 May 17:24

Choose a tag to compare

  • Fix for AWSLambda integration returns value of original handler #1106
  • Fix for RQ integration that only captures exception if RQ job has failed and ignore retries #1076
  • Feature that supports Tracing for the Tornado integration #1060
  • Feature that supports wild cards in ignore_logger in the Logging Integration #1053
  • Fix for django that deals with template span description names that are either lists or tuples #1054

1.0.0

03 Mar 16:35

Choose a tag to compare

This release contains a breaking change

  • BREAKING CHANGE: Feat: Moved auto_session_tracking experimental flag to a proper option and removed explicitly setting experimental session_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 than request.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

0.20.3

18 Feb 14:47

Choose a tag to compare

  • Added scripts to support auto instrumentation of no code AWS lambda Python functions

0.20.2

15 Feb 13:17

Choose a tag to compare

  • Fix incorrect regex in craft to include wheel file in pypi release

0.20.1

12 Feb 15:28

Choose a tag to compare

  • Fix for error that occurs with Async Middlewares when the middleware is a function rather than a class