Skip to content

Commit 1d7c944

Browse files
committed
chore: log SK headers
1 parent c77c842 commit 1d7c944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/entry.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export async function index(context) {
4949
const response = await toResponse(rendered);
5050

5151
if (debug) {
52+
context.log(`SK headers: ${JSON.stringify(Object.fromEntries(rendered.headers.entries()))}`);
5253
context.log(`Response: ${JSON.stringify(response)}`);
5354
}
5455

0 commit comments

Comments
 (0)