GoogleCloudPlatform / functions-framework-dart

FaaS (Function as a service) framework for writing portable Dart functions
https://pub.dev/packages/functions_framework
Apache License 2.0
535 stars 54 forks source link

fix: tie logging to the Zone, not the request #361

Closed kevmoo closed 1 year ago

kevmoo commented 1 year ago

The previous model would have dropped the logger with calls to Request.change because it was based on Expando