dotnet_divide_zero.json 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. {
  2. "event_id": "78d7a93554124469a5a1d33518a60373",
  3. "project": 7,
  4. "release": null,
  5. "dist": null,
  6. "platform": "csharp",
  7. "message": "An unhandled exception has occurred while executing the request.",
  8. "datetime": "2020-05-12T22:30:36.002000Z",
  9. "time_spent": null,
  10. "tags": [
  11. [
  12. "ConnectionId",
  13. "0HLVMOGBIU2OM"
  14. ],
  15. [
  16. "RequestId",
  17. "0HLVMOGBIU2OM:00000001"
  18. ],
  19. [
  20. "SpanId",
  21. "|74843252-4144625e3a3b8503."
  22. ],
  23. [
  24. "TraceId",
  25. "74843252-4144625e3a3b8503"
  26. ],
  27. [
  28. "browser",
  29. "Firefox 76.0"
  30. ],
  31. [
  32. "browser.name",
  33. "Firefox"
  34. ],
  35. [
  36. "environment",
  37. "Development"
  38. ],
  39. [
  40. "eventId",
  41. "UnhandledException"
  42. ],
  43. [
  44. "level",
  45. "error"
  46. ],
  47. [
  48. "logger",
  49. "Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddle..."
  50. ],
  51. [
  52. "os.name",
  53. "Ubuntu"
  54. ],
  55. [
  56. "server-os.name",
  57. "Linux"
  58. ],
  59. [
  60. "server-runtime",
  61. ".NET Core 3.1.3"
  62. ],
  63. [
  64. "server-runtime.name",
  65. ".NET Core"
  66. ],
  67. [
  68. "server_name",
  69. "52ff8bc29423"
  70. ],
  71. [
  72. "url",
  73. "http://localhost:5000/Divide-Zero"
  74. ]
  75. ],
  76. "_meta": {
  77. "logger": {
  78. "": {
  79. "len": 65,
  80. "rem": [
  81. [
  82. "!limit",
  83. "s",
  84. 61,
  85. 64
  86. ]
  87. ]
  88. }
  89. }
  90. },
  91. "contexts": {
  92. "server-runtime": {
  93. "raw_description": ".NET Core 3.1.3",
  94. "version": "3.1.3",
  95. "type": "runtime",
  96. "name": ".NET Core"
  97. },
  98. "os": {
  99. "version": null,
  100. "name": "Ubuntu"
  101. },
  102. "server-os": {
  103. "kernel_version": "5.4.0",
  104. "raw_description": "Linux 5.4.0-7626-generic #30~1588169883~20.04~bbe668a-Ubuntu SMP Wed Apr 29 21:00:02 UTC ",
  105. "type": "os",
  106. "name": "Linux"
  107. },
  108. "browser": {
  109. "version": "76.0",
  110. "name": "Firefox"
  111. }
  112. },
  113. "culprit": "myWebApp.Pages.DivideZeroModel in DivideByZero",
  114. "environment": "Development",
  115. "exception": {
  116. "values": [
  117. {
  118. "stacktrace": {
  119. "frames": [
  120. {
  121. "function": "Invoke",
  122. "in_app": false,
  123. "module": "Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware",
  124. "package": "Microsoft.AspNetCore.Diagnostics, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60"
  125. },
  126. {
  127. "function": "InvokeHandlerMethodAsync",
  128. "in_app": false,
  129. "module": "Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker",
  130. "package": "Microsoft.AspNetCore.Mvc.RazorPages, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60"
  131. },
  132. {
  133. "function": "Execute",
  134. "in_app": false,
  135. "module": "Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.ExecutorFactory+VoidHandlerMethod",
  136. "package": "Microsoft.AspNetCore.Mvc.RazorPages, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60"
  137. },
  138. {
  139. "function": "OnGet",
  140. "abs_path": "/app/Pages/Divide-Zero.cs",
  141. "package": "myWebApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
  142. "module": "myWebApp.Pages.DivideZeroModel",
  143. "filename": "/app/Pages/Divide-Zero.cs",
  144. "lineno": 19,
  145. "colno": 6,
  146. "in_app": true
  147. },
  148. {
  149. "function": "DivideByZero",
  150. "abs_path": "/app/Pages/Divide-Zero.cs",
  151. "package": "myWebApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
  152. "module": "myWebApp.Pages.DivideZeroModel",
  153. "filename": "/app/Pages/Divide-Zero.cs",
  154. "lineno": 14,
  155. "colno": 13,
  156. "in_app": true
  157. }
  158. ]
  159. },
  160. "type": "System.DivideByZeroException",
  161. "module": "System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  162. "value": "Attempted to divide by zero.",
  163. "thread_id": 6
  164. }
  165. ]
  166. },
  167. "fingerprint": [
  168. "{{ default }}"
  169. ],
  170. "grouping_config": {
  171. "id": "legacy:2019-03-12"
  172. },
  173. "hashes": [
  174. "a74cd55f903301a640ad6bc20e049889",
  175. "5486ee7e0beca0b3e50cc3b9cab7a7e3"
  176. ],
  177. "key_id": "7",
  178. "level": "error",
  179. "location": "/app/Pages/Divide-Zero.cs",
  180. "logentry": {
  181. "formatted": "An unhandled exception has occurred while executing the request."
  182. },
  183. "logger": "Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddle...",
  184. "metadata": {
  185. "function": "DivideByZero",
  186. "type": "System.DivideByZeroException",
  187. "value": "Attempted to divide by zero.",
  188. "filename": "/app/Pages/Divide-Zero.cs"
  189. },
  190. "modules": {
  191. "Microsoft.Extensions.Hosting.Abstractions": "3.1.3.0",
  192. "System.Reflection.Metadata": "1.4.5.0",
  193. "System.Private.CoreLib": "4.0.0.0",
  194. "System.Runtime": "4.2.2.0",
  195. "System.Diagnostics.StackTrace": "4.1.2.0",
  196. "Microsoft.AspNetCore.Html.Abstractions": "3.1.3.0",
  197. "Microsoft.AspNetCore.WebUtilities": "3.1.3.0",
  198. "Sentry.PlatformAbstractions": "1.1.0.0",
  199. "myWebApp": "1.0.0.0",
  200. "System.Security.Cryptography.Csp": "4.1.2.0"
  201. },
  202. "received": 1589323168.268,
  203. "request": {
  204. "url": "http://localhost:5000/Divide-Zero",
  205. "headers": [
  206. [
  207. "Accept",
  208. "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
  209. ],
  210. [
  211. "Accept-Encoding",
  212. "gzip, deflate"
  213. ],
  214. [
  215. "Accept-Language",
  216. "en-US,en;q=0.5"
  217. ],
  218. [
  219. "Connection",
  220. "keep-alive"
  221. ],
  222. [
  223. "DNT",
  224. "1"
  225. ],
  226. [
  227. "Host",
  228. "localhost:5000"
  229. ],
  230. [
  231. "Referer",
  232. "http://localhost:5000/"
  233. ],
  234. [
  235. "Upgrade-Insecure-Requests",
  236. "1"
  237. ],
  238. [
  239. "User-Agent",
  240. "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0"
  241. ]
  242. ],
  243. "method": "GET",
  244. "env": {
  245. "SERVER_NAME": "52ff8bc29423",
  246. "SERVER_PORT": "5000",
  247. "DOCUMENT_ROOT": "/app/wwwroot"
  248. }
  249. },
  250. "sdk": {
  251. "version": "2.1.1",
  252. "name": "sentry.dotnet.aspnetcore",
  253. "packages": [
  254. {
  255. "version": "2.1.1",
  256. "name": "nuget:Sentry"
  257. },
  258. {
  259. "version": "2.1.1",
  260. "name": "nuget:Sentry.AspNetCore"
  261. }
  262. ]
  263. },
  264. "timestamp": 1589322636.002,
  265. "title": "System.DivideByZeroException: Attempted to divide by zero.",
  266. "type": "error",
  267. "use_rust_normalize": true,
  268. "version": "7"
  269. }