Print Record Keys and Variant Tags: Why should this not be used in production?


#1

With regards to the release of bs-platform and v3.1.0, and the “Print Record Keys and Variant Tags” feature, why would you want to turn this off? I know it says:

Note: this is for debugging only. Please don’t forget to undo this for production.

But aside from a performance hit what’s the downside? (And secondarily how big is the hit?)
It feels like it’d be very useful to be able to better log errors and stack traces, especially if you’re running javascript server-side.

Edit: Is it using debugger only features to perform the pretty print?