added timestamp to metrics

This commit is contained in:
alyssadev 2023-09-18 15:21:18 +10:00
parent f7115021a8
commit e610ffa81f

View file

@ -31,7 +31,8 @@ function create_response(request, body, metadata) {
request.method,
request.cf.country,
request.cf.asn,
request.cf.timezone
request.cf.timezone,
new Date().toISOString()
]
})
return new Response(body, metadata)