Skip to content

Bump sentry-sdk[fastapi] from 1.44.0 to 1.44.1

Ronan Amicel requested to merge dependabot-pip-sentry-sdk-fastapi--1.44.1 into main

Bumps sentry-sdk[fastapi] from 1.44.0 to 1.44.1.

Release notes

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

1.44.1

Various fixes & improvements

  • Make monitor async friendly (#2912) by @​sentrivana

    You can now decorate your async functions with the monitor decorator and they will correctly report their duration and completion status.

  • Fixed Event | None runtime TypeError (#2928) by @​szokeasaurusrex

Changelog

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

1.44.1

Various fixes & improvements

  • Make monitor async friendly (#2912) by @​sentrivana

    You can now decorate your async functions with the monitor decorator and they will correctly report their duration and completion status.

  • Fixed Event | None runtime TypeError (#2928) by @​szokeasaurusrex

Commits

Merge request reports