github getsentry/sentry-python 2.34.0

latest releases: 3.0.0a6, 2.35.2, 2.35.1...
one month ago

Various fixes & improvements

  • Considerably raise DEFAULT_MAX_VALUE_LENGTH (#4632) by @sentrivana

    We have increased the string trimming limit considerably, allowing you to see more data
    without it being truncated. Note that this might, in rare cases, result in issue regrouping,
    for example if you're capturing message events with very long messages (longer than the
    default 1024 characters/bytes).

    If you want to adjust the limit, you can set a
    max_value_length
    in your sentry_sdk.init().

  • OpenAI integration update (#4612) by @antonpirker

    The OpenAIIntegration now supports OpenAI Responses API.

    The data captured will also show up in the new AI Agents Dashboard.

    This works out of the box, nothing to do on your side.

  • Expose set_transaction_name (#4634) by @sl0thentr0py

  • Fix(Celery): Latency should be in milliseconds, not seconds (#4637) by @sentrivana

  • Fix(Django): Treat django.template.context.BasicContext as sequence in serializer (#4621) by @sl0thentr0py

  • Fix(Huggingface): Fix huggingface_hub CI tests. (#4619) by @antonpirker

  • Fix: Ignore deliberate thread exception warnings (#4611) by @sl0thentr0py

  • Fix: Socket tests to not use example.com (#4627) by @sl0thentr0py

  • Fix: Threading run patch (#4610) by @sl0thentr0py

  • Tests: Simplify celery double patching test (#4626) by @sl0thentr0py

  • Tests: Remove remote example.com calls (#4622) by @sl0thentr0py

  • Tests: tox.ini update (#4635) by @sentrivana

  • Tests: Update tox (#4609) by @sentrivana

Don't miss a new sentry-python release

NewReleases is sending notifications on new releases.