js_event.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "exception": {
  3. "values": [
  4. {
  5. "type": "Error",
  6. "value": "blarg",
  7. "stacktrace": {
  8. "frames": [
  9. {
  10. "colno": 29,
  11. "filename": "http://localhost:4200/polyfills.js",
  12. "function": "timer",
  13. "in_app": true,
  14. "lineno": 5656
  15. },
  16. {
  17. "colno": 48,
  18. "filename": "http://localhost:4200/polyfills.js",
  19. "function": "ZoneTask.invoke",
  20. "in_app": true,
  21. "lineno": 3460
  22. }
  23. ]
  24. },
  25. "mechanism": { "handled": true, "type": "generic" }
  26. }
  27. ]
  28. },
  29. "level": "error",
  30. "event_id": "1b80eac88dad40eeabe6356db6f9359d",
  31. "platform": "javascript",
  32. "sdk": {
  33. "name": "sentry.javascript.browser",
  34. "packages": [{ "name": "npm:@sentry/browser", "version": "5.7.1" }],
  35. "version": "5.7.1",
  36. "integrations": [
  37. "InboundFilters",
  38. "FunctionToString",
  39. "TryCatch",
  40. "Breadcrumbs",
  41. "GlobalHandlers",
  42. "LinkedErrors",
  43. "UserAgent"
  44. ]
  45. },
  46. "release": "1.13.3",
  47. "breadcrumbs": [
  48. {
  49. "timestamp": 1574283165.869,
  50. "category": "xhr",
  51. "data": {
  52. "method": "GET",
  53. "url": "http://localhost:4200/sockjs-node/info?t=1574283165820",
  54. "status_code": 200
  55. },
  56. "type": "http"
  57. },
  58. {
  59. "timestamp": 1574283166.547,
  60. "category": "console",
  61. "data": { "extra": { "arguments": ["wut"] }, "logger": "console" },
  62. "level": "log",
  63. "message": "wut"
  64. }
  65. ],
  66. "request": {
  67. "url": "http://localhost:4200/account/login",
  68. "headers": {
  69. "User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"
  70. }
  71. }
  72. }