Created
January 14, 2015 15:43
-
-
Save shivanibhanwal/d740fa7770a0f44893e9 to your computer and use it in GitHub Desktop.
Airbrake-js payload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"notifier"=> | |
{"name"=>"airbrake-js-v8", | |
"version"=>"0.3.10", | |
"url"=>"https://github.com/airbrake/airbrake-js"}, | |
"errors"=> | |
=> {"notifier"=> | |
{"name"=>"airbrake-js-v8", | |
"version"=>"0.3.10", | |
"url"=>"https://github.com/airbrake/airbrake-js"}, | |
"errors"=> | |
[{"type"=>"Error", | |
"message"=> | |
"Error: Something you did caused a view to re-render after it rendered but before it was inserted into the DOM.", | |
"backtrace"=> | |
[{"function"=>"new Error", "file"=>"native", "line"=>0, "column"=>0}, | |
{"function"=>"Error.EmberError", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>26153, | |
"column"=>23}, | |
{"function"=>"Object.merge.rerender", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>54138, | |
"column"=>15}, | |
{"function"=>"CoreView.extend.rerender", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>55321, | |
"column"=>34}, | |
{"function"=>"Object.merge.$", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>54131, | |
"column"=>14}, | |
{"function"=>"CoreView.extend.$", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>55529, | |
"column"=>34}, | |
{"function"=>"null.<anonymous>", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>55366, | |
"column"=>25}, | |
{"function"=>"Object.merge.invokeObserver", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>54162, | |
"column"=>18}, | |
{"function"=>"CoreView.extend._wrapAsScheduled.stateCheckedFn", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>56241, | |
"column"=>29}, | |
{"function"=>"Queue.invokeWithOnError", | |
"file"=>"http://localhost:4200/assets/vendor.js", | |
"line"=>13261, | |
"column"=>20}]}], | |
"context"=> | |
{"language"=>"JavaScript", | |
"sourceMapEnabled"=>true, | |
"userAgent"=> | |
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36", | |
"url"=>"http://localhost:4200/some/44/some_details"}, | |
"params"=>{}, | |
"environment"=>{}, | |
"session"=>{}, | |
"key"=>"d2c630e346aa5e47f90cf2c8456ff249", | |
"format"=>"json", | |
"action"=>"create", | |
"controller"=>"api/v3/notices", | |
"project_id"=>"0"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment