Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Exception#cause (nested exceptions) #118

Closed
brianr opened this issue Jun 16, 2014 · 0 comments
Closed

Support Exception#cause (nested exceptions) #118

brianr opened this issue Jun 16, 2014 · 0 comments

Comments

@brianr
Copy link
Member

brianr commented Jun 16, 2014

Ruby 2.1 added exception causes: http://devblog.avdi.org/2013/12/25/exception-causes-in-ruby-2-1/

We should support this on ruby 2.1. The Rollbar API supports sending a "trace_chain" (as used by rollbar-android) instead of just a single "trace" object like this gem sends now.

jondeandres pushed a commit to jondeandres/rollbar-gem that referenced this issue Sep 29, 2014
jondeandres pushed a commit to jondeandres/rollbar-gem that referenced this issue Sep 29, 2014
jondeandres pushed a commit to jondeandres/rollbar-gem that referenced this issue Sep 29, 2014
jondeandres pushed a commit to jondeandres/rollbar-gem that referenced this issue Sep 30, 2014
@brianr brianr closed this as completed in 2931996 Sep 30, 2014
brianr added a commit that referenced this issue Sep 30, 2014
Support nested exceptions for Ruby 2.1. Fixes #118.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant