Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/product/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,7 @@ Your Sentry logs can be leveraged with agents and tooling for debugging, summari
- **[Sentry CLI](/cli/logs/)**: Provides command-line access to your logs, making it easy to feed log data directly into AI tools and scripts for analysis.
- **[Sentry MCP Server](https://mcp.sentry.dev)**: Provides secure connectivity between your Sentry data and LLM clients using the Model Context Protocol. This enables natural language queries and deep integration with AI tools like Claude, Cursor, and VS Code.
- **[Seer](/product/ai-in-sentry/seer/)**: Sentry's AI debugging agent automatically uses logs alongside other telemetry data to provide intelligent issue analysis and automated fixes.

<Alert level="info">
**Backdating Logs**: Logs and other telemetry can also be backdated to anytime within your retention period. To learn more about our retention policies, see [Data Retention Periods](/security-legal-pii/security/data-retention-periods/).
</Alert>
4 changes: 4 additions & 0 deletions docs/product/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,7 @@ Your Sentry metrics can be leveraged with agents and tooling for debugging and a

- **[Sentry MCP Server](https://mcp.sentry.dev)**: Enables natural language queries and deep integration with AI tools like Claude, Cursor, and VS Code using the Model Context Protocol
- **[Seer](/product/ai-in-sentry/seer/)**: Sentry's AI debugging agent can use metrics alongside traces, logs, and errors to provide intelligent issue analysis

<Alert level="info">
**Backdating Metrics**: Metrics and other telemetry can also be backdated to anytime within your retention period. To learn more about our retention policies, see [Data Retention Periods](/security-legal-pii/security/data-retention-periods/).
</Alert>
4 changes: 4 additions & 0 deletions docs/product/trace-explorer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,7 @@ For example, you might sample your checkout flow at 100% to catch any issues, wh
To configure `tracesSampler` for your SDK, see the tracing options in your SDK's [configuration documentation](/platform-redirect/?next=/configuration/options/).

With these tools, the new Trace Explorer gives you powerful ways to understand your application’s performance, identify bottlenecks, and make informed optimizations.

<Alert level="info">
**Backdating Spans**: Spans and other telemetry can also be backdated to anytime within your retention period. To learn more about our retention policies, see [Data Retention Periods](/security-legal-pii/security/data-retention-periods/).
</Alert>
Loading