small_js_error_source.json 1.6 KB

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