Hey guys… not sure if my configurations changed, o...
# sst
a
Hey guys… not sure if my configurations changed, or maybe Epsagon changed… but my logs are resumed now, I’m getting logs like:
Copy code
2021-10-27T23:30:12.153Z	2772b747-ee0b-4dfa-b52e-cad56bfe548a	DEBUG	yu - send:key customerId
2021-10-27T23:30:12.153Z	2772b747-ee0b-4dfa-b52e-cad56bfe548a	DEBUG	m_ - input: { customerId: 'e931191d-1992-4957-a901-8d3930d63f50' }
2021-10-27T23:30:12.153Z	2772b747-ee0b-4dfa-b52e-cad56bfe548a	INFO	e_ - execute start
This before had way more information… looks like class name is reduced into
yu
m_
and
e_
…. and also similar thing happens with the SQL queries when are printed.
f
Hey @Adrián Mouly, did you update SST and started seeing the minified class names?
a
@Frank not sure when this started to happen, I did multiple updates, 😞
f
I recall we made some changes to esbuild’s minify setting, not sure if it’s related to this case. Let me see if @thdxr can spot something.
t
Ah that is right. Can you try turning minify to false? It's in bundle.minify
a
Ok going to check it.
a
@thdxr added this option, and my
.map
is generated… but Epsagon still showing the logs with condensed names.