|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.35.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- [Langchain Integration](https://docs.sentry.io/platforms/python/integrations/langchain/) now supports the Sentry [AI dashboard](https://docs.sentry.io/product/insights/ai/agents/dashboard/). (#4678) by @shellmayr |
| 8 | +- [Anthropic Integration](https://docs.sentry.io/platforms/python/integrations/anthropic/) now supports the Sentry [AI dashboard](https://docs.sentry.io/product/insights/ai/agents/dashboard/). (#4674) by @constantinius |
| 9 | +- AI Agents templates for `@trace` decorator (#4676) by @antonpirker |
| 10 | +- Sentry Logs: Add `enable_logs`, `before_send_log` as top-level `sentry_sdk.init()` options (#4644) by @sentrivana |
| 11 | +- Tracing: Improve `@trace` decorator. Allows to set `span.op`, `span.name`, and `span.attributes` (#4648) by @antonpirker |
| 12 | +- Tracing: Add convenience function `sentry_sdk.update_current_span`. (#4673) by @antonpirker |
| 13 | +- Tracing: Add `Span.update_data()` to update multiple `span.data` items at once. (#4666) by @antonpirker |
| 14 | +- GNU-integration: make path optional (#4688) by @MeredithAnya |
| 15 | +- Clickhouse: Don't eat the generator data (#4669) by @szokeasaurusrex |
| 16 | +- Clickhouse: List `send_data` parameters (#4667) by @szokeasaurusrex |
| 17 | +- Update `gen_ai.*` and `ai.*` attributes (#4665) by @antonpirker |
| 18 | +- Better checking for empty tools list (#4647) by @antonpirker |
| 19 | +- Remove performance paper cuts (#4675) by @sentrivana |
| 20 | +- Help for debugging Cron problems (#4686) by @antonpirker |
| 21 | +- Fix Redis CI (#4691) by @sentrivana |
| 22 | +- Fix plugins key codecov (#4655) by @sl0thentr0py |
| 23 | +- Fix Mypy (#4649) by @sentrivana |
| 24 | +- Update tox.ini (#4689) by @sentrivana |
| 25 | +- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#4684) by @dependabot |
| 26 | + |
3 | 27 | ## 2.34.1
|
4 | 28 |
|
5 | 29 | ### Various fixes & improvements
|
|
0 commit comments