From bdd74c6a4323a3b33ba54909cf924a8ecb525d6c Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Mon, 22 Jun 2026 12:21:56 -0700 Subject: [PATCH 1/4] docs: add export data section to logs page --- docs/product/explore/logs/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/product/explore/logs/index.mdx b/docs/product/explore/logs/index.mdx index 19bd1129935fed..231df258ec6d31 100644 --- a/docs/product/explore/logs/index.mdx +++ b/docs/product/explore/logs/index.mdx @@ -81,6 +81,9 @@ 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) format. Click **Export Data** to select your format, choose the number of log lines, and pick which columns to include. JSONL supports exporting all columns, while CSV exports the currently displayed 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. From 3a465748d1c73434ba157db2129b4f9b305fae35 Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Mon, 22 Jun 2026 12:38:09 -0700 Subject: [PATCH 2/4] updated format --- docs/product/explore/logs/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/product/explore/logs/index.mdx b/docs/product/explore/logs/index.mdx index 231df258ec6d31..1152af504bfa22 100644 --- a/docs/product/explore/logs/index.mdx +++ b/docs/product/explore/logs/index.mdx @@ -82,7 +82,11 @@ Conditions in which auto-refresh is disabled: - 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) format. Click **Export Data** to select your format, choose the number of log lines, and pick which columns to include. JSONL supports exporting all columns, while CSV exports the currently displayed columns. Depending on the size, the file will either download directly or be sent to you via email. +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, choose the number of log lines, and pick which columns to include. +- JSONL supports exporting all columns, while CSV exports the currently displayed 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. From 66a3d8a8d9f141af427d97584a10735b609be358 Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Mon, 22 Jun 2026 13:26:50 -0700 Subject: [PATCH 3/4] made format vs column allotment clearer --- docs/product/explore/logs/index.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/product/explore/logs/index.mdx b/docs/product/explore/logs/index.mdx index 1152af504bfa22..84434fdb3a8e4b 100644 --- a/docs/product/explore/logs/index.mdx +++ b/docs/product/explore/logs/index.mdx @@ -84,8 +84,8 @@ Conditions in which auto-refresh is disabled: **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, choose the number of log lines, and pick which columns to include. -- JSONL supports exporting all columns, while CSV exports the currently displayed columns. +- 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:** JSONL supports exporting both currently displayed columns and all columns, while CSV exports only currently displayed columns. - Depending on the size, the file will either download directly or be sent to you via email. ### Query Volumes @@ -135,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 - - From 29fd05ea41d2e8a9573e2092cc49963007192bda Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Mon, 22 Jun 2026 13:40:40 -0700 Subject: [PATCH 4/4] Better wording around format --- docs/product/explore/logs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/explore/logs/index.mdx b/docs/product/explore/logs/index.mdx index 84434fdb3a8e4b..dca48291558431 100644 --- a/docs/product/explore/logs/index.mdx +++ b/docs/product/explore/logs/index.mdx @@ -85,7 +85,7 @@ Conditions in which auto-refresh is disabled: 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:** JSONL supports exporting both currently displayed columns and all columns, while CSV exports only currently displayed columns. + - **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