small_js_error.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "exception": {
  3. "values": [
  4. {
  5. "type": "Error",
  6. "value": "this is an error",
  7. "stacktrace": {
  8. "frames": [
  9. {
  10. "filename": "http://127.0.0.1:8080/dist/bundle.js",
  11. "function": "?",
  12. "in_app": true,
  13. "lineno": 2,
  14. "colno": 74008
  15. },
  16. {
  17. "filename": "http://127.0.0.1:8080/dist/bundle.js",
  18. "function": "?",
  19. "in_app": true,
  20. "lineno": 2,
  21. "colno": 74004
  22. },
  23. {
  24. "filename": "http://127.0.0.1:8080/dist/bundle.js",
  25. "function": "?",
  26. "in_app": true,
  27. "lineno": 2,
  28. "colno": 73977
  29. }
  30. ]
  31. },
  32. "mechanism": { "type": "onerror", "handled": false }
  33. }
  34. ]
  35. },
  36. "level": "error",
  37. "platform": "javascript",
  38. "event_id": "00952c9936084f759aecdb0f195dd82f",
  39. "timestamp": 1648917513.218,
  40. "environment": "production",
  41. "sdk": {
  42. "integrations": [
  43. "InboundFilters",
  44. "FunctionToString",
  45. "TryCatch",
  46. "Breadcrumbs",
  47. "GlobalHandlers",
  48. "LinkedErrors",
  49. "Dedupe",
  50. "UserAgent"
  51. ],
  52. "name": "sentry.javascript.browser",
  53. "version": "6.19.2",
  54. "packages": [{ "name": "npm:@sentry/browser", "version": "6.19.2" }]
  55. },
  56. "request": {
  57. "url": "http://127.0.0.1:8080/",
  58. "headers": {
  59. "User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0"
  60. }
  61. },
  62. "tags": { "skippedNormalization": true },
  63. "extra": { "normalizeDepth": 3 }
  64. }