Skip to content

Releases: getsentry/sentry-python

1.11.0

14 Nov 12:39
Compare
Choose a tag to compare

Various fixes & improvements

1.10.1

21 Oct 14:39
Compare
Choose a tag to compare

Various fixes & improvements

1.10.0

20 Oct 14:09
Compare
Choose a tag to compare

Various fixes & improvements

  • Unified naming for span ops (#1661) by @antonpirker

    We have unified the strings of our span operations. See https://develop.sentry.dev/sdk/performance/span-operations/

    WARNING: If you have Sentry Dashboards or Sentry Discover queries that use transaction.op in their fields, conditions, aggregates or columns this change could potentially break your Dashboards/Discover setup.
    Here is a list of the changes we made to the ops. Please adjust your dashboards and Discover queries accordingly:

    Old operation (op) New Operation (op)
    asgi.server http.server
    aws.request http.client
    aws.request.stream http.client.stream
    celery.submit queue.submit.celery
    celery.task queue.task.celery
    django.middleware middleware.django
    django.signals event.django
    django.template.render template.render
    django.view view.render
    http http.client
    redis db.redis
    rq.task queue.task.rq
    serverless.function function.aws
    serverless.function function.gcp
    starlette.middleware middleware.starlette
  • Include framework in SDK name (#1662) by @antonpirker

  • Asyncio integration (#1671) by @antonpirker

  • Add exception handling to Asyncio Integration (#1695) by @antonpirker

  • Fix asyncio task factory (#1689) by @antonpirker

  • Have instrumentation for ASGI middleware receive/send callbacks. (#1673) by @antonpirker

  • Use Django internal ASGI handling from Channels version 4.0.0. (#1688) by @antonpirker

  • fix(integrations): Fix http putrequest when url is None (#1693) by @MattFlower

  • build(deps): bump checkouts/data-schemas from f0a57f2 to a214fbc (#1627) by @dependabot

  • build(deps): bump flake8-bugbear from 22.9.11 to 22.9.23 (#1637) by @dependabot

  • build(deps): bump sphinx from 5.1.1 to 5.2.3 (#1653) by @dependabot

  • build(deps): bump actions/stale from 5 to 6 (#1638) by @dependabot

  • build(deps): bump black from 22.8.0 to 22.10.0 (#1670) by @dependabot

  • Remove unused node setup from ci. (#1681) by @antonpirker

  • Check for Decimal is in_valid_sample_rate (#1672) by @Arvind2222

  • Add session for aiohttp integration (#1605) by @denys-pidlisnyi

  • feat(profiling): Extract qualified name for each frame (#1669) by @Zylphrex

  • feat(profiling): Attach thread metadata to profiles (#1660) by @Zylphrex

  • ref(profiling): Rename profiling frame keys (#1680) by @Zylphrex

  • fix(profiling): get_frame_name only look at arguments (#1684) by @Zylphrex

  • fix(profiling): Need to sample profile correctly (#1679) by @Zylphrex

  • fix(profiling): Race condition spawning multiple profiling threads (#1676) by @Zylphrex

  • tests(profiling): Add basic profiling tests (#1677) by @Zylphrex

  • tests(profiling): Add tests for thread schedulers (#1683) by @Zylphrex

1.9.10

03 Oct 15:36
Compare
Choose a tag to compare

Various fixes & improvements

1.9.9

26 Sep 13:14
Compare
Choose a tag to compare

Django update (ongoing)

  • Instrument Django Signals so they show up in "Performance" view (#1526) by @BeryJu
  • include other Django enhancements brought up by the community

Various fixes & improvements

1.9.8

05 Sep 12:19
Compare
Choose a tag to compare

Various fixes & improvements

  • Baggage creation for head of trace (#1589) by @sl0thentr0py
    • The SDK now also generates new baggage entries for dynamic sampling when it is the first (head) SDK in the pipeline.

1.9.7

01 Sep 16:21
Compare
Choose a tag to compare

Various fixes & improvements

  • Let SentryAsgiMiddleware work with Starlette and FastAPI integrations (#1594) by @antonpirker

Note: The last version 1.9.6 introduced a breaking change where projects that used Starlette or FastAPI
and had manually setup SentryAsgiMiddleware could not start. This versions fixes this behaviour.
With this version if you have a manual SentryAsgiMiddleware setup and are using Starlette or FastAPI
everything just works out of the box.

Sorry for any inconveniences the last version might have brought to you.

We can do better and in the future we will do our best to not break your code again.

1.9.6

31 Aug 14:14
Compare
Choose a tag to compare

Various fixes & improvements

1.9.5

16 Aug 11:15
Compare
Choose a tag to compare

Various fixes & improvements

1.9.4

11 Aug 14:43
Compare
Choose a tag to compare

Various fixes & improvements