Skip to content

Commit 72766a7

Browse files
committed
Update changelog
1 parent e1848d4 commit 72766a7

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,25 @@
1515
[`max_value_limit`](https://docs.sentry.io/platforms/python/configuration/options/#max_value_length)
1616
in your `sentry_sdk.init()`.
1717

18-
- fix(celery): Latency should be in milliseconds, not seconds (#4637) by @sentrivana
19-
- OpenAI integration update (#4612) by @antonpirker
20-
- tests: tox.ini update (#4635) by @sentrivana
21-
- Expose set_transaction_name (#4634) by @sl0thentr0py
22-
- Fix socket tests to not use example.com (#4627) by @sl0thentr0py
23-
- Simplify celery double patching test (#4626) by @sl0thentr0py
24-
- Treat django.template.context.BasicContext as sequence in serializer (#4621) by @sl0thentr0py
25-
- Remove remote example.com calls (#4622) by @sl0thentr0py
26-
- Fix `huggingface_hub` CI tests. (#4619) by @antonpirker
27-
- tests: Update tox (#4609) by @sentrivana
28-
- Ignore deliberate thread exception warnings (#4611) by @sl0thentr0py
29-
- Fix threading run patch (#4610) by @sl0thentr0py
18+
- `OpenAI` integration update (#4612) by @antonpirker
19+
20+
The `OpenAIIntegration` now supports [OpenAI Responses API](https://platform.openai.com/docs/api-reference/responses).
21+
22+
The data captured will also show up in the new [AI Agents Dashboard](https://docs.sentry.io/product/insights/agents/dashboard/).
23+
24+
This works out of the box, nothing to do on your side.
25+
26+
- Expose `set_transaction_name` (#4634) by @sl0thentr0py
27+
- Fix(Celery): Latency should be in milliseconds, not seconds (#4637) by @sentrivana
28+
- Fix(Django): Treat `django.template.context.BasicContext` as sequence in serializer (#4621) by @sl0thentr0py
29+
- Fix(Huggingface): Fix `huggingface_hub` CI tests. (#4619) by @antonpirker
30+
- Fix: Ignore deliberate thread exception warnings (#4611) by @sl0thentr0py
31+
- Fix: Socket tests to not use example.com (#4627) by @sl0thentr0py
32+
- Fix: Threading run patch (#4610) by @sl0thentr0py
33+
- Tests: Simplify celery double patching test (#4626) by @sl0thentr0py
34+
- Tests: Remove remote example.com calls (#4622) by @sl0thentr0py
35+
- Tests: tox.ini update (#4635) by @sentrivana
36+
- Tests: Update tox (#4609) by @sentrivana
3037

3138
## 2.33.2
3239

0 commit comments

Comments
 (0)