github getsentry/sentry-python 1.43.0

latest releases: 2.0.1, 2.0.0, 2.0.0rc6...
one month ago

Various fixes & improvements

  • Add optional keep_alive (#2842) by @sentrivana

    If you're experiencing frequent network issues between the SDK and Sentry, you can try turning on TCP keep-alive:

    import sentry_sdk
    
    sentry_sdk.init(
        # ...your usual settings...
        keep_alive=True,
    )
  • Add support for Celery Redbeat cron tasks (#2643) by @kwigley

    The SDK now supports the Redbeat scheduler in addition to the default Celery Beat scheduler for auto instrumenting crons. See the docs for more information about how to set this up.

  • aws_event can be an empty list (#2849) by @sentrivana

  • Re-export Event in types.py (#2829) by @szokeasaurusrex

  • Small API docs improvement (#2828) by @antonpirker

  • Fixed OpenAI tests (#2834) by @antonpirker

  • Bump checkouts/data-schemas from ed078ed to 8232f17 (#2832) by @dependabot

Don't miss a new sentry-python release

NewReleases is sending notifications on new releases.