Azure / Azure/azure-functions-durable-js
Error in startNew should print a useful message
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 66
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 4
Description
Currently it's printing `Error` without any details. Examples:
* https://github.com/Azure/azure-functions-durable-js/issues/90#issue-454307747
* https://github.com/Azure/azure-functions-durable-js/issues/90#issuecomment-545149464
If possible, inspect other locations where errors are thrown and ensure they print the error message to logs as well.
Contributor guide
Research direction
Locate the startNew entry point and trace where its errors are caught or logged. Then inspect the other error-throwing locations mentioned by the issue and run the relevant tests or examples; done means logs include useful error details instead of only `Error`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100