Ionic 2 - Error level stacktrace

Hi,

Is there a way to modify the error level?

by error level, i mean:

I have an error like this:
browser_adapter.js:77 EXCEPTION: Error: Uncaught (in promise): TypeError: this.push.on is not a function BrowserDomAdapter.logError @ browser_adapter.js:77BrowserDomAdapter.logGroup @ browser_adapter.js:87 ExceptionHandler.call @ exception_handler.js:57(anonymous function) @ application_ref.js:265 schedulerFn @ async.js:123 SafeSubscriber.__tryOrUnsub @ Subscriber.js:225 SafeSubscriber.next @ Subscriber.js:174Subscriber._next @ Subscriber.js:124 Subscriber.next @ Subscriber.js:88Subject._finalNext @ Subject.js:128 Subject._next @ Subject.js:120Subject.next @ Subject.js:77 EventEmitter.emit @ async.js:112 NgZone._zoneImpl.ng_zone_impl_1.NgZoneImpl.onError @ ng_zone.js:120 NgZoneImpl.inner.inner.fork.onHandleError @ ng_zone_impl.js:66 ZoneDelegate.handleError @ zone.js:327 Zone.runGuarded @ zone.js:233_loop_1 @ zone.js:487 drainMicroTaskQueue @ zone.js:494

In this detail of error, none of my application files are indicated
For example, app.ts: 48

Is there a way to change the details of these errors? to obtain the file and the line in my application.