Skip to content

Commit 495ac79

Browse files
authored
fix: Pre-compute doc tree at build time to avoid runtime ENOENT errors (#15637)
1 parent 3300274 commit 495ac79

File tree

13 files changed

+142
-10
lines changed

13 files changed

+142
-10
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ public/og-images/*
103103
# yalc
104104
.yalc
105105
yalc.lock
106+
/public/doctree.json
107+
/public/doctree-dev.json

develop-docs/application-architecture/dynamic-sampling/extrapolation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Extrapolation
33
sidebar_order: 5
4+
og_image: /og-images/application-architecture-dynamic-sampling-extrapolation.png
45
---
56

67
Client and server-side sampling reduces the amount of data ingested, to help with both performance and cost. When configured, a fraction of the data is ingested according to the specified sample rates within a project. For example, if you sample 10% of 1000 requests to your site in a given timeframe, you will see 100 spans in Sentry.
@@ -77,4 +78,4 @@ When there is not enough data to properly extrapolate, Sentry will indicate low
7778

7879
- Extrapolation offers benefits in many parts of the product but brings some inherent complexity.
7980
- Some aggregates can be extrapolated, others cannot.
80-
- A lot of care should be taken about how to expose extrapolation in the product, and especially in offering switching modes to a user.
81+
- A lot of care should be taken about how to expose extrapolation in the product, and especially in offering switching modes to a user.

docs/concepts/key-terms/extrapolation.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: Extrapolation
33
sidebar_order: 80
4-
description: "Learn how extrapolation provides accurate metrics from sampled data so you can trust your dashboards and alerts even when you're not capturing every event."
4+
description: >-
5+
Learn how extrapolation provides accurate metrics from sampled data so you can
6+
trust your dashboards and alerts even when you're not capturing every event.
7+
og_image: /og-images/concepts-key-terms-extrapolation.png
58
---
69

710
When you use [sampling](/concepts/key-terms/sample-rates/) to control the volume of data sent to Sentry, you're only capturing a portion of your app's actual traffic. For example, if you sample 10% of 1000 requests, Sentry receives 100 spans. But how do you easily see the actual traffic and performance metrics for your app?

docs/organization/integrations/cursor/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: Cursor Agent
33
sidebar_order: 1
4-
description: "The Cursor Agent integration allows you to launch Cursor Cloud Agents directly from Seer to help debug, fix issues, and create pull requests for you."
4+
description: >-
5+
The Cursor Agent integration allows you to launch Cursor Cloud Agents directly
6+
from Seer to help debug, fix issues, and create pull requests for you.
7+
og_image: /og-images/organization-integrations-cursor.png
58
---
69

710
You can trigger Cursor Cloud Agents from your [Seer Issue Fix](/product/ai-in-sentry/seer/issue-fix/) tab. The Cloud Agents will be provided with Seer's Root Cause Analysis alongside the issue context to help the Cloud Agent understand the issue and generate a solution.

docs/platforms/apple/guides/ios/size-analysis/insights.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Insights
33
sidebar_order: 5250
44
description: See how Size Analysis surfaces trends for your iOS builds.
5+
og_image: /og-images/platforms-apple-guides-ios-size-analysis-insights.png
56
---
67

78
Size Analysis Insights point out opportunities to reduce your iOS app's size. They spot patterns like duplicate files, oversized media, or unneeded assets, and list exactly what to fix along with the estimated size savings.

docs/platforms/godot/user-feedback/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
title: Set Up User Feedback
33
sidebar_title: User Feedback
4-
description: "Learn more about collecting user feedback when an event occurs. Sentry pairs the feedback with the original event, giving you additional insight into issues."
4+
description: >-
5+
Learn more about collecting user feedback when an event occurs. Sentry pairs
6+
the feedback with the original event, giving you additional insight into
7+
issues.
58
sidebar_order: 6000
9+
og_image: /og-images/platforms-godot-user-feedback.png
610
---
711

812
Sentry makes it possible to collect user feedback, and optionally associate it with an error event.

docs/platforms/native/advanced-usage/external-crash-reporter/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: External Crash Reporter
3-
description: "How to configure an external crash reporter with the Native SDK."
3+
description: How to configure an external crash reporter with the Native SDK.
44
sidebar_order: 2100
5+
og_image: /og-images/platforms-native-advanced-usage-external-crash-reporter.png
56
---
67
The Native SDK can be configured to work with an external crash reporter, which
78
can be used to display crash information to the user, collect user feedback, or

docs/product/explore/metrics/index.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
2-
title: "Metrics"
2+
title: Metrics
33
sidebar_order: 75
4-
description: "Send counters, gauges, and distributions from your code to track application health and drill down into related traces, logs, and errors."
4+
description: >-
5+
Send counters, gauges, and distributions from your code to track application
6+
health and drill down into related traces, logs, and errors.
7+
og_image: /og-images/product-explore-metrics.png
58
---
69

710
<Alert level="info">

docs/product/size-analysis/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Size Analysis
33
sidebar_order: 136
44
description: Monitor mobile builds for size changes before they reach users.
5+
og_image: /og-images/product-size-analysis.png
56
---
67

78
<Include name="size-analysis/ea" />

docs/product/size-analysis/integrating-into-ci.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Integrating Into CI
33
sidebar_order: 40
44
description: Set up the integration in CI to receive automated size change notifications
5+
og_image: /og-images/product-size-analysis-integrating-into-ci.png
56
---
67

78
<Include name="size-analysis/github-only" />

0 commit comments

Comments
 (0)