up.js
up.js copied to clipboard
Browser logging
easy enough to swap it with this in dev:
write({ level, message, fields }) {
console[level](message, fields)
}
and in production send those down to Lambda for ingestion and fan-out to logging services