redstone-dart / redstone

A metadata driven microframework for Dart.
http://redstone-dart.github.io/redstone
MIT License
342 stars 42 forks source link

Add stacktrace to app.chain #127

Closed astashov closed 9 years ago

astashov commented 9 years ago

It is really useful sometimes to have access to it.

A possible use case - integration with error aggregators, like Airbrake or Rollbar, so you could send errors with stacktraces to these services

cgarciae commented 9 years ago

Could you please all try to add this to the 0.6 branch? Its beta but all efforts are currently focused on that branch.

astashov commented 9 years ago

Sure

cgarciae commented 9 years ago

Thanks. Actually I think @luizmineo uses the stack_trace package in 0.6 but in my experience error where reported better in 0.5.

astashov commented 9 years ago

Closing in favor of https://github.com/redstone-dart/redstone/pull/128