pulyaevskiy / firebase-functions-interop

Firebase Functions Interop Library for Dart.
BSD 3-Clause "New" or "Revised" License
191 stars 52 forks source link

How do I use generated source maps? #66

Open dustin-graham opened 4 years ago

dustin-graham commented 4 years ago

Our functions are working well with this library, but printed stack traces are not human readable. How do we get the source maps to be used so that we can get references to Dart code issues at runtime?