is there some reason `process.env.IS_LOCAL` would ...
# help
s
is there some reason
process.env.IS_LOCAL
would be
undefined
? 🤔 when running
yarn start
t
Hm not sure but I typically use
app.local
s
oh, that’s the official variable? I thought it was
IS_LOCAL
it used to be at some point
i’m talking about in Lambda code
hmm, yeah this is definitely not working for me
t
oh this is inside your function?
s
yessir
t
ah it's possible something is messed up in 0.47.0 with this
let me check
yep need to add it into the server, let me push a fix now
s
awesome, thanks man! yeah I noticed it today, when my conditional console.error calls stopped being called
t
Pushed a fix in 0.47.1
s
🙌 thank you