Truncated console logs on latest wrangler

Does anyone know why console logs are now truncated? Using wrangler 3.13.
console.log(object);

// Below is the result of the object, it's missing about 3 fields.
Object {
id: 24,
store_id: 3,
status: synced,
shopify_order_id: 000000000000,
shopify_order_name: #00000000
...
}
console.log(object);

// Below is the result of the object, it's missing about 3 fields.
Object {
id: 24,
store_id: 3,
status: synced,
shopify_order_id: 000000000000,
shopify_order_name: #00000000
...
}
No description
2 Replies
James
James7mo ago
This has been the case with wrangler 3 for a long time but was fixed with wrangler 3.15, at least for module workers. What do you see with 3.15?
garb
garb7mo ago
let me update and i'll get back t you Fantastic thank you, it was driving me crazy haha
Want results from more Discord servers?
Add your server
More Posts