Skip to content

v4.16.2 - Origin Location Stacktrace Parsing Improvement

Choose a tag to compare

@jamessimone jamessimone released this 02 Jun 20:42
· 4 commits to main since this release
4fbfaa8

Slight tweak to origin location stack trace parsing in Apex to improve how origin location is displayed:

  • before, it was possible for External entry point to 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)