Bundled production env: line numbers on server errors wrong

Hi guys,

So obviously errors do also occur in a (bundled) production environment.
Like everybody else I then first check my server logs and look for any errors.
The errors in there are properly logged but with one big problem:
The line numbers are always wrong!

During development (local, unbundled) the line numbers are correct.
The thing is, that line numbers are obviously very important to find an error, as sometimes the error itself is not self-explanatory enough to find the error in the code itself.

Any ideas on this? Common problem? How do I fix this?

best, P

Anybody any ideas on this? Any help is greatly appreciated!