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 bffcca1 commit 87a655aCopy full SHA for 87a655a
apps/basket/src/lib/request-validation.ts
@@ -79,6 +79,8 @@ export async function validateRequest(
79
send_event: true,
80
});
81
82
+ console.log("Autumn data:", data);
83
+
84
if (data && !(data.allowed || data.overage_allowed)) {
85
await logBlockedTraffic(
86
request,
0 commit comments