|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements
|
6 | 6 |
|
7 |
| -- feat(langchain): update integration to from ai.* to gen_ai.* span attributes (#4678) by @shellmayr |
8 |
| -- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#4684) by @dependabot |
9 |
| -- feat(tracing): AI Agents templates for `@trace` decorator (#4676) by @antonpirker |
10 |
| -- Remove performance papercuts (#4675) by @sentrivana |
11 |
| -- ref(gnu-integration): make path optional (#4688) by @MeredithAnya |
12 |
| -- Update tox.ini (#4689) by @sentrivana |
13 |
| -- Fix Redis CI (#4691) by @sentrivana |
14 |
| -- Help for debugging Cron problems (#4686) by @antonpirker |
15 |
| -- feat(anthropic) Update span attributes to use `gen_ai.*` namespace instead of `ai.*` (#4674) by @constantinius |
16 |
| -- fix(clickhouse): Don't eat the generator data (#4669) by @szokeasaurusrex |
17 |
| -- ref(clickhouse): List `send_data` parameters (#4667) by @szokeasaurusrex |
18 |
| -- feat(tracing): Improve `@trace` decorator. (#4648) by @antonpirker |
19 |
| -- feat(tracing): Add convenience function `update_current_span`. (#4673) by @antonpirker |
| 7 | +- [Langchain Integration](https://docs.sentry.io/platforms/python/integrations/langchain/) now supports Sentry [AI Insights 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 Sentry [AI Insights 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 |
20 | 17 | - Update `gen_ai.*` and `ai.*` attributes (#4665) by @antonpirker
|
21 |
| -- Add `update_data` to `Span`. (#4666) by @antonpirker |
22 |
| -- Fix plugins key codecov (#4655) by @sl0thentr0py |
23 |
| -- Add `enable_logs`, `before_send_log` as top-level options (#4644) by @sentrivana |
24 |
| -- Fix mypy (#4649) by @sentrivana |
25 | 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 | 26 |
|
27 | 27 | ## 2.34.1
|
28 | 28 |
|
|
0 commit comments