microsoft / ApplicationInsights-node.js

Microsoft Application Insights SDK for Node.js
MIT License
324 stars 141 forks source link

Add Handling for Undefined Triggered Function Response #1155

Closed JacksonWeber closed 1 year ago

JacksonWeber commented 1 year ago

Fixes #1149

Added check to ensure that if response is not defined we return a status code 500 instead of throwing a type error.