v4.16.2 - Origin Location Stacktrace Parsing Improvement
Slight tweak to origin location stack trace parsing in Apex to improve how origin location is displayed:
- before, it was possible for
External entry pointto be reported as the origin location even when a valid stacktrace was present beneath that text - if there is a valid stacktrace line beneath the words
External entry point, those will be used as the origin location from now on
Noticed while we were cross-checking the following issue: jamessimone/apex-rollup#683 (comment)