Hey there. In your first post you say that sourceMappingURL is pointing to a specific path:

However, in the JSON provided, you can definitely tell that it’s not the case:
All abs_path in frames are pointing to external sources, like http://owtest.example.com/ng-maps/js/12.e13162ee90fd43b4654a.js.map which is most likely the issue.
Because every sourceMappingURL is using / as the first character, it’s always trying to map using the domain where the error happened.
However, without access to the event page, it’s very difficult to tell what went wrong, and from what I see you are using on-premise, which also makes it slightly more complex, as it adds another layer where it could break.
