We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcbdc5 commit b7a5106Copy full SHA for b7a5106
.changeset/eleven-brooms-travel.md
@@ -0,0 +1,5 @@
1
+---
2
+'@gitbook/cache-do': patch
3
4
+
5
+Disable cloudflare observability in production
packages/cache-do/wrangler.toml
@@ -11,8 +11,7 @@ migrations = [
11
]
12
13
[observability]
14
-enabled = true
15
-head_sampling_rate = 0.01
+enabled = false
16
17
[env.preview]
18
name = "gitbook-open-cache-preview"
@@ -25,4 +24,4 @@ migrations = [
25
24
26
[env.preview.observability]
27
enabled = true
28
-head_sampling_rate = 1
+head_sampling_rate = 0.1
0 commit comments