Skip to content
Merged
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
11 changes: 7 additions & 4 deletions docs/product/explore/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ Conditions in which auto-refresh is disabled:
- Auto-refresh will be disabled if there is an error fetching logs.
- Auto-refresh is not available in the aggregates view.

**Export Data**
You can export up to 10,000 log lines in CSV or [JSON Lines (JSONL)](https://jsonlines.org/) format.

- Click **Export Data** to select your format, pick whether to export only the currently displayed columns or all columns, and choose the number of rows.
- **Note:** Use either format to export the currently displayed columns, or use JSONL to export All Columns.
- Depending on the size, the file will either download directly or be sent to you via email.

### Query Volumes
When the number of logs returned by a query is too high, there are a couple of changes to the logs explorer functionality. To reduce query volumes, consider [filtering logs](/concepts/data-management/filtering/#logs-filtering) or refining your [search query](/concepts/search/) with more specific criteria.
- Auto-refresh will be disabled.
Expand Down Expand Up @@ -128,7 +135,3 @@ Your Sentry logs can be leveraged with AI agents and tooling for debugging, summ
- **[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.

## Video - Getting Started with Sentry Logs

<VimeoEmbed id="1081149414?h=4094d6e14f" />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Question] Just confirming, this is intentionally being removed?

Loading