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

Remove deprecated method calls. Fix #165. #166

Merged
merged 1 commit into from
Nov 7, 2014

Conversation

jondeandres
Copy link
Contributor

No description provided.

@@ -10,8 +10,9 @@ def call(worker, msg, queue)
yield
rescue Exception => e
params = msg.reject{ |k| PARAM_BLACKLIST.include?(k) }
scope = { :request => { :params => params } }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine, though now that we have scope(), we could put this in a different part of the payload with a better name. Maybe custom? Will think about it more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could, but actually report_exception is using :request for this case, perhaps the users will start viewing the data in a different format/way in their occurrence page.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Let's keep it as is for now - just making a note for myself.

@brianr
Copy link
Member

brianr commented Nov 7, 2014

Looks good, will merge once travis build completes.

brianr added a commit that referenced this pull request Nov 7, 2014
@brianr brianr merged commit 5f49d68 into master Nov 7, 2014
@brianr
Copy link
Member

brianr commented Nov 13, 2014

Released in 1.2.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants