api_v3_request.json
1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"notifier":{"name":"airbrake-js-v8","version":"0.3.10","url":"https://github.com/airbrake/airbrake-js"},
"errors":[
{
"type":"Error",
"message":"Error: TestError",
"backtrace":[
{"function":"d","file":"http://localhost:3000/assets/application.js","line":11234,"column":24},
{"function":"c","file":"http://localhost:3000/assets/application.js","line":11233,"column":18},
{"function":"b","file":"http://localhost:3000/assets/application.js","line":11232,"column":18},
{"function":"a","file":"http://localhost:3000/assets/application.js","line":11231,"column":18},
{"function":"HTMLDocument.<anonymous>","file":"http://localhost:3000/assets/application.js","line":11236,"column":3},
{"function":"fire","file":"http://localhost:3000/assets/application.js","line":1018,"column":34},
{"function":"Object.self.fireWith [as resolveWith]","file":"http://localhost:3000/assets/application.js","line":1128,"column":13},
{"function":"Function.jQuery.extend.ready","file":"http://localhost:3000/assets/application.js","line":417,"column":15},
{"function":"HTMLDocument.DOMContentLoaded","file":"http://localhost:3000/assets/application.js","line":93,"column":14}
]
}
],
"context":{
"language":"JavaScript",
"sourceMapEnabled":true,
"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36",
"url":"http://localhost:3000/kontakt",
"user": {
"id":1,"userUsername":"john",
"name":"John Doe",
"username": "john",
"email":"john.doe@example.org"
},
"version":"1.0",
"component":"ContactsController",
"action":"show"
},
"params":{"returnTo":"dashboard"},
"environment":{"navigator_vendor":"Google Inc."},
"session":{"isAdmin":true}
}