Skip to content

1.44.1

Choose a tag to compare

@getsentry-bot getsentry-bot released this 03 Apr 08:26
f015268

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