You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move apis.mdx from /common/ to /common/configuration/
- Move sampling.mdx from /common/configuration/ to /common/
- Add redirects for both old paths to maintain existing links
This reorganization improves the documentation structure by:
- Placing APIs documentation with other configuration topics
- Elevating sampling to a top-level concept (not just a config option)
All existing URLs will automatically redirect to the new locations.
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/sampling.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Sampling
3
3
description: "Learn how to configure the volume of error and transaction events sent to Sentry."
4
-
sidebar_order: 50
4
+
sidebar_order: 5.5
5
5
---
6
6
7
7
Adding Sentry to your app gives you a great deal of very valuable information about errors and performance you wouldn't otherwise get. And lots of information is good -- as long as it's the right information, at a reasonable volume.
0 commit comments