-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
What is the current behavior?
Errors are sent to the internal ErrorReporter which logs to the console
Expected behavior:
Errors should be logged to ErrorHandler (from @angular/core) or ErrorReporter should be public and customizable/overridable to allow doing so (or both).
Version of affected browser(s),operating system(s), npm, node and ngrx:
4+ ?
Other information:
Personally I'd think just sending all errors to ErrorHandler would be best and the ErrorReporter can be removed, but maybe others depend on the console logging from ErrorReporter? Maybe just making ErrorReporter public/overridable is a good start without any breaking changes?
Reactions are currently unavailable