adhearsion / adhearsion-reporter

MIT License
1 stars 9 forks source link

Notifications should include call context where possible #5

Open bklang opened 10 years ago

bklang commented 10 years ago

I'm not sure this is possible, and I'm pretty sure it would require some kind of support in Adhearsion. To help troubleshoot, it would be nice if notifications included information from the call object, most importantly, the call ID.

Ping @benlangfeld is this possible? I realize not every exception coming out of Adhearsion will have a call attached to it, but it would be helpful in cases where it is.

benlangfeld commented 10 years ago

Exceptions in Calls and CallControllers could have the call's available metadata attached, but this would require support in Adhearsion core.

emcgee commented 10 years ago

:+1:

Notifications including the call uuid would make debugging distributed production systems with heavy call traffic much simpler.