Skip to content

Commit 6556d91

Browse files
authored
chore(nel): Enable 1% NEL success (#14092)
Now that we are [internally dogfooding these as logs](https://sentry.sentry.io/explore/logs/?project=4507503193292800) we can enable success.
1 parent a93d903 commit 6556d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"key": "NEL",
24-
"value": "{\"report_to\":\"nel\",\"max_age\":3600,\"success_fraction\":0.0,\"failure_fraction\":1.0}"
24+
"value": "{\"report_to\":\"nel\",\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":1.0}"
2525
},
2626
{
2727
"key": "Report-To",
@@ -31,4 +31,4 @@
3131
}
3232
],
3333
"trailingSlash": true
34-
}
34+
}

0 commit comments

Comments
 (0)