Skip to content

Commit 04968c4

Browse files
authored
Add links to CHANGELOG.md
1 parent 070ecd0 commit 04968c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Various fixes & improvements
66

77
- Add LiteLLM integration (#4864) by @constantinius
8-
Once you've enabled the new LiteLLM integration, you can use the Sentry AI Agents Monitoring, a Sentry dashboard that helps you understand what's going on with your AI requests:
8+
Once you've enabled the [new LiteLLM integration](https://docs.sentry.io/platforms/python/integrations/litellm/), you can use the Sentry AI Agents Monitoring, a Sentry dashboard that helps you understand what's going on with your AI requests:
99

1010
```python
1111
import sentry_sdk
@@ -28,7 +28,7 @@
2828
- Add tracing to `DramatiqIntegration` (#4571) by @Igreh
2929
- Also emit spans for MCP tool calls done by the LLM (#4875) by @constantinius
3030
- Option to not trace HTTP requests based on status codes (#4869) by @alexander-alderman-webb
31-
You can now disable transactions for incoming requests with specific HTTP status codes. The new `trace_ignore_status_codes` option accepts a `set` of status codes as integers. If a transaction wraps a request that results in one of the provided status codes, the transaction will be unsampled.
31+
You can now disable transactions for incoming requests with specific HTTP status codes. The [new `trace_ignore_status_codes` option](https://docs.sentry.io/platforms/python/configuration/options/#trace_ignore_status_codes) accepts a `set` of status codes as integers. If a transaction wraps a request that results in one of the provided status codes, the transaction will be unsampled.
3232

3333
```python
3434
import sentry_sdk

0 commit comments

Comments
 (0)