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 8c1be71 commit f734a5dCopy full SHA for f734a5d
wrangler.jsonc
@@ -2,13 +2,18 @@
2
"main": ".open-next/worker.js",
3
"name": "my-code",
4
"compatibility_date": "2025-03-25",
5
- "compatibility_flags": [
6
- "nodejs_compat",
7
- "global_fetch_strictly_public",
8
- ],
+ "compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
+ "observability": {
+ "logs": {
+ "enabled": true,
9
+ "head_sampling_rate": 1,
10
+ "invocation_logs": true,
11
+ "persist": true,
12
+ },
13
14
"assets": {
15
"directory": ".open-next/assets",
- "binding": "ASSETS"
16
+ "binding": "ASSETS",
17
},
18
"services": [
19
{
0 commit comments