Technically speaking, it's not an item of the stack trace that is missing, rather the line number where the error occurred. However, this information can be sent to the server by adding an artificial stack trace item at the beginning.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Technically speaking, it's not an item of the stack trace that is missing, rather the line number where the error occurred. However, this information can be sent to the server by adding an artificial stack trace item at the beginning.
Line number is sent to the server in https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_4_11/libraries/error_report.lib.php#L110
So, this, should be implemented in error-reporting-server side IMO