hey guys - i'm not sure if this is the right channel, but i was wondering how to get the tail worker
hey guys - i'm not sure if this is the right channel, but i was wondering how to get the tail worker working in local dev?
const rayId = request.headers.get('cf-ray');

wrangler tail sees them, so not sure what's up
const rayId = request.headers.get('cf-ray');wrangler tailtry {
throw new Error("test-error");
} catch (e) {
console.error({
message: e.message,
exception: {
stack: e.stack,
name: e.name,
message: e.message,
timestamp: new Date().getTime(),
},
});
}
throw new Error("test-exception");