fastly / js-compute-runtime

JavaScript SDK and runtime for building Fastly Compute applications
https://developer.fastly.com/learning/compute/javascript/
Apache License 2.0
193 stars 26 forks source link

Consider shipping reduced size debug builds #816

Open guybedford opened 1 week ago

guybedford commented 1 week ago

It may be worth automatically adding a --debug flag if we can ship an optimized debug build with only the assertions and name information, without too much extra overhead.

Exploring setting up this build could be worthwhile to more easily get debug builds into the hands of users for getting error reports back from users if and when platform panics are hit.