Polish the exception flow and the message(s) displayed to the developer. Currently we have some cases where the actual JavaScript stack trace is not displayed in the Error Activity. Summarize the various execution paths in a document - how we generally handle exception, what happens during key execution paths, e.g.:
- While bootstrapping
- During activity creation
- While requiring
- etc.
Polish the exception flow and the message(s) displayed to the developer. Currently we have some cases where the actual JavaScript stack trace is not displayed in the Error Activity. Summarize the various execution paths in a document - how we generally handle exception, what happens during key execution paths, e.g.: