Skip to content

Bump sentry-sdk[starlette] from 1.40.0 to 1.40.6

Ronan Amicel requested to merge dependabot-pip-sentry-sdk-starlette--1.40.6 into main

Bumps sentry-sdk[starlette] from 1.40.0 to 1.40.6.

Release notes

Sourced from sentry-sdk[starlette]'s releases.

1.40.6

Various fixes & improvements

1.40.5

Various fixes & improvements

  • Deprecate last_event_id(). (#2749) by @​antonpirker

  • Warn if uWSGI is set up without proper thread support (#2738) by @​sentrivana

    uWSGI has to be run in threaded mode for the SDK to run properly. If this is not the case, the consequences could range from features not working unexpectedly to uWSGI workers crashing.

    Please make sure to run uWSGI with both --enable-threads and --py-call-uwsgi-fork-hooks.

  • parsed_url can be None (#2734) by @​sentrivana

  • Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (#2729) by @​antonpirker

1.40.4

Various fixes & improvements

1.40.3

Various fixes & improvements

1.40.2

Various fixes & improvements

1.40.1

Various fixes & improvements

... (truncated)

Changelog

Sourced from sentry-sdk[starlette]'s changelog.

1.40.6

Various fixes & improvements

1.40.5

Various fixes & improvements

  • Deprecate last_event_id(). (#2749) by @​antonpirker

  • Warn if uWSGI is set up without proper thread support (#2738) by @​sentrivana

    uWSGI has to be run in threaded mode for the SDK to run properly. If this is not the case, the consequences could range from features not working unexpectedly to uWSGI workers crashing.

    Please make sure to run uWSGI with both --enable-threads and --py-call-uwsgi-fork-hooks.

  • parsed_url can be None (#2734) by @​sentrivana

  • Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (#2729) by @​antonpirker

1.40.4

Various fixes & improvements

1.40.3

Various fixes & improvements

1.40.2

Various fixes & improvements

1.40.1

Various fixes & improvements

... (truncated)

Commits

Merge request reports