issue-hashes.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. {
  2. "get": {
  3. "tags": ["Events"],
  4. "description": "This endpoint lists an issue's hashes, which are the generated checksums used to aggregate individual events.",
  5. "operationId": "List an Issue's Hashes",
  6. "parameters": [
  7. {
  8. "name": "organization_id_or_slug",
  9. "in": "path",
  10. "description": "The id or slug of the organization the issue belong to.",
  11. "required": true,
  12. "schema": {
  13. "type": "string"
  14. }
  15. },
  16. {
  17. "name": "issue_id",
  18. "in": "path",
  19. "description": "The ID of the issue to retrieve.",
  20. "required": true,
  21. "schema": {
  22. "type": "string"
  23. }
  24. },
  25. {
  26. "$ref": "../../components/parameters/pagination-cursor.json#/PaginationCursor"
  27. }
  28. ],
  29. "responses": {
  30. "200": {
  31. "description": "Success",
  32. "content": {
  33. "application/json": {
  34. "schema": {
  35. "type": "array",
  36. "items": {
  37. "type": "object",
  38. "properties": {
  39. "latestEvent": {
  40. "$ref": "../../components/schemas/event.json#/Hash"
  41. },
  42. "id": {
  43. "type": "string"
  44. }
  45. }
  46. }
  47. },
  48. "example": [
  49. {
  50. "id": "9999aaaaca8b46d797c23c6077c6ff01",
  51. "latestEvent": {
  52. "eventID": "9999aaaaca8b46d797c23c6077c6ff01",
  53. "dist": null,
  54. "message": "",
  55. "title": "This is an example Python exception",
  56. "id": "9999aaafcc8b46d797c23c6077c6ff01",
  57. "size": 107762,
  58. "errors": [
  59. {
  60. "data": {
  61. "column": 8,
  62. "source": "https://s1.sentry-cdn.com/_static/bloopbloop/sentry/dist/app.js.map",
  63. "row": 15
  64. },
  65. "message": "Invalid location in sourcemap",
  66. "type": "js_invalid_sourcemap_location"
  67. }
  68. ],
  69. "platform": "javascript",
  70. "type": "error",
  71. "metadata": {
  72. "type": "ForbiddenError",
  73. "value": "GET /organizations/hellboy-meowmeow/users/ 403"
  74. },
  75. "tags": [
  76. {
  77. "value": "Chrome 83.0.4103",
  78. "key": "browser",
  79. "_meta": null
  80. },
  81. {
  82. "value": "Chrome",
  83. "key": "browser.name",
  84. "_meta": null
  85. },
  86. {
  87. "value": "prod",
  88. "key": "environment",
  89. "_meta": null
  90. },
  91. {
  92. "value": "yes",
  93. "key": "handled",
  94. "_meta": null
  95. },
  96. {
  97. "value": "error",
  98. "key": "level",
  99. "_meta": null
  100. },
  101. {
  102. "value": "generic",
  103. "key": "mechanism",
  104. "_meta": null
  105. }
  106. ],
  107. "dateCreated": "2020-06-17T22:26:56.098086Z",
  108. "dateReceived": "2020-06-17T22:26:56.428721Z",
  109. "user": {
  110. "username": null,
  111. "name": "Hell Boy",
  112. "ip_address": "192.168.1.1",
  113. "email": "hell@boy.cat",
  114. "data": {
  115. "isStaff": false
  116. },
  117. "id": "550747"
  118. },
  119. "entries": [
  120. {
  121. "type": "exception",
  122. "data": {
  123. "values": [
  124. {
  125. "stacktrace": {
  126. "frames": [
  127. {
  128. "function": "ignoreOnError",
  129. "errors": null,
  130. "colNo": 23,
  131. "vars": null,
  132. "package": null,
  133. "absPath": "webpack:////usr/src/getsentry/src/sentry/node_modules/@sentry/browser/esm/helpers.js",
  134. "inApp": false,
  135. "lineNo": 71,
  136. "module": "usr/src/getsentry/src/sentry/node_modules/@sentry/browser/esm/helpers",
  137. "filename": "/usr/src/getsentry/src/sentry/node_modules/@sentry/browser/esm/helpers.js",
  138. "platform": null,
  139. "instructionAddr": null,
  140. "context": [
  141. [66, " }"],
  142. [
  143. 67,
  144. " // Attempt to invoke user-land function"
  145. ],
  146. [
  147. 68,
  148. " // NOTE: If you are a Sentry user, and you are seeing this stack frame, it"
  149. ],
  150. [
  151. 69,
  152. " // means the sentry.javascript SDK caught an error invoking your application code. This"
  153. ],
  154. [
  155. 70,
  156. " // is expected behavior and NOT indicative of a bug with sentry.javascript."
  157. ],
  158. [
  159. 71,
  160. " return fn.apply(this, wrappedArguments);"
  161. ],
  162. [72, " // tslint:enable:no-unsafe-any"],
  163. [73, " }"],
  164. [74, " catch (ex) {"],
  165. [75, " ignoreNextOnError();"],
  166. [76, " withScope(function (scope) {"]
  167. ],
  168. "symbolAddr": null,
  169. "trust": null,
  170. "symbol": null
  171. },
  172. {
  173. "function": "apply",
  174. "errors": null,
  175. "colNo": 24,
  176. "vars": null,
  177. "package": null,
  178. "absPath": "webpack:////usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods.js",
  179. "inApp": false,
  180. "lineNo": 74,
  181. "module": "usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods",
  182. "filename": "/usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods.js",
  183. "platform": null,
  184. "instructionAddr": null,
  185. "context": [
  186. [69, " */"],
  187. [70, " triggerAsync: function triggerAsync() {"],
  188. [71, " var args = arguments,"],
  189. [72, " me = this;"],
  190. [73, " _.nextTick(function () {"],
  191. [74, " me.trigger.apply(me, args);"],
  192. [75, " });"],
  193. [76, " },"],
  194. [77, ""],
  195. [78, " /**"],
  196. [
  197. 79,
  198. " * Wraps the trigger mechanism with a deferral function."
  199. ]
  200. ],
  201. "symbolAddr": null,
  202. "trust": null,
  203. "symbol": null
  204. }
  205. ],
  206. "framesOmitted": null,
  207. "registers": null,
  208. "hasSystemFrames": true
  209. },
  210. "module": null,
  211. "rawStacktrace": {
  212. "frames": [
  213. {
  214. "function": "a",
  215. "errors": null,
  216. "colNo": 88800,
  217. "vars": null,
  218. "package": null,
  219. "absPath": "https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  220. "inApp": false,
  221. "lineNo": 81,
  222. "module": null,
  223. "filename": "/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  224. "platform": null,
  225. "instructionAddr": null,
  226. "context": [
  227. [76, "/*!"],
  228. [77, " Copyright (c) 2018 Jed Watson."],
  229. [78, " Licensed under the MIT License (MIT), see"],
  230. [79, " http://jedwatson.github.io/react-select"],
  231. [80, "*/"],
  232. [
  233. 81,
  234. "{snip} e,t)}));return e.handleEvent?e.handleEvent.apply(this,s):e.apply(this,s)}catch(e){throw c(),Object(o.m)((function(n){n.addEventProcessor((fu {snip}"
  235. ],
  236. [82, "/*!"],
  237. [83, " * JavaScript Cookie v2.2.1"],
  238. [84, " * https://github.com/js-cookie/js-cookie"],
  239. [85, " *"],
  240. [
  241. 86,
  242. " * Copyright 2006, 2015 Klaus Hartl & Fagner Brack"
  243. ]
  244. ],
  245. "symbolAddr": null,
  246. "trust": null,
  247. "symbol": null
  248. },
  249. {
  250. "function": null,
  251. "errors": null,
  252. "colNo": 149484,
  253. "vars": null,
  254. "package": null,
  255. "absPath": "https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  256. "inApp": false,
  257. "lineNo": 119,
  258. "module": null,
  259. "filename": "/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  260. "platform": null,
  261. "instructionAddr": null,
  262. "context": [
  263. [114, "/* @license"],
  264. [115, "Papa Parse"],
  265. [116, "v5.2.0"],
  266. [117, "https://github.com/mholt/PapaParse"],
  267. [118, "License: MIT"],
  268. [
  269. 119,
  270. "{snip} (){var e=arguments,t=this;r.nextTick((function(){t.trigger.apply(t,e)}))},deferWith:function(e){var t=this.trigger,n=this,r=function(){t.app {snip}"
  271. ],
  272. [120, "/**!"],
  273. [
  274. 121,
  275. " * @fileOverview Kickass library to create and place poppers near their reference elements."
  276. ],
  277. [122, " * @version 1.16.1"],
  278. [123, " * @license"],
  279. [
  280. 124,
  281. " * Copyright (c) 2016 Federico Zivolo and contributors"
  282. ]
  283. ],
  284. "symbolAddr": null,
  285. "trust": null,
  286. "symbol": null
  287. }
  288. ],
  289. "framesOmitted": null,
  290. "registers": null,
  291. "hasSystemFrames": true
  292. },
  293. "mechanism": {
  294. "type": "generic",
  295. "handled": true
  296. },
  297. "threadId": null,
  298. "value": "GET /organizations/hellboy-meowmeow/users/ 403",
  299. "type": "ForbiddenError"
  300. }
  301. ],
  302. "excOmitted": null,
  303. "hasSystemFrames": true
  304. }
  305. },
  306. {
  307. "type": "breadcrumbs",
  308. "data": {
  309. "values": [
  310. {
  311. "category": "tracing",
  312. "level": "debug",
  313. "event_id": null,
  314. "timestamp": "2020-06-17T22:26:55.266586Z",
  315. "data": null,
  316. "message": "[Tracing] pushActivity: idleTransactionStarted#1",
  317. "type": "debug"
  318. },
  319. {
  320. "category": "xhr",
  321. "level": "info",
  322. "event_id": null,
  323. "timestamp": "2020-06-17T22:26:55.619446Z",
  324. "data": {
  325. "url": "/api/0/internal/health/",
  326. "status_code": 200,
  327. "method": "GET"
  328. },
  329. "message": null,
  330. "type": "http"
  331. },
  332. {
  333. "category": "sentry.transaction",
  334. "level": "info",
  335. "event_id": null,
  336. "timestamp": "2020-06-17T22:26:55.945016Z",
  337. "data": null,
  338. "message": "7787a027f3fb46c985aaa2287b3f4d09",
  339. "type": "default"
  340. }
  341. ]
  342. }
  343. },
  344. {
  345. "type": "request",
  346. "data": {
  347. "fragment": null,
  348. "cookies": [],
  349. "inferredContentType": null,
  350. "env": null,
  351. "headers": [
  352. [
  353. "User-Agent",
  354. "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36"
  355. ]
  356. ],
  357. "url": "https://sentry.io/organizations/hellboy-meowmeow/issues/",
  358. "query": [["project", "5236886"]],
  359. "data": null,
  360. "method": null
  361. }
  362. }
  363. ],
  364. "packages": {},
  365. "sdk": {
  366. "version": "5.17.0",
  367. "name": "sentry.javascript.browser"
  368. },
  369. "_meta": {
  370. "user": null,
  371. "context": null,
  372. "entries": {},
  373. "contexts": null,
  374. "message": null,
  375. "packages": null,
  376. "tags": {},
  377. "sdk": null
  378. },
  379. "contexts": {
  380. "ForbiddenError": {
  381. "status": 403,
  382. "statusText": "Forbidden",
  383. "responseJSON": {
  384. "detail": "You do not have permission to perform this action."
  385. },
  386. "type": "default"
  387. },
  388. "browser": {
  389. "version": "83.0.4103",
  390. "type": "browser",
  391. "name": "Chrome"
  392. },
  393. "os": {
  394. "version": "10",
  395. "type": "os",
  396. "name": "Windows"
  397. },
  398. "trace": {
  399. "span_id": "83db1ad17e67dfe7",
  400. "type": "trace",
  401. "trace_id": "da6caabcd90e45fdb81f6655824a5f88",
  402. "op": "navigation"
  403. },
  404. "organization": {
  405. "type": "default",
  406. "id": "323938",
  407. "slug": "hellboy-meowmeow"
  408. }
  409. },
  410. "fingerprints": ["fbe908cc63d63ea9763fd84cb6bad177"],
  411. "context": {
  412. "resp": {
  413. "status": 403,
  414. "responseJSON": {
  415. "detail": "You do not have permission to perform this action."
  416. },
  417. "name": "ForbiddenError",
  418. "statusText": "Forbidden",
  419. "message": "GET /organizations/hellboy-meowmeow/users/ 403",
  420. "stack": "Error\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:480441\n at u (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:165:51006)\n at Generator._invoke (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:165:50794)\n at Generator.A.forEach.e.<computed> [as next] (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:165:51429)\n at n (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:16:68684)\n at s (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:16:68895)\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:16:68954\n at new Promise (<anonymous>)\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:16:68835\n at v (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:480924)\n at m (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:480152)\n at t.fetchMemberList (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:902983)\n at t.componentDidMount (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:900527)\n at t.componentDidMount (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:15597)\n at Pc (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:101023)\n at t.unstable_runWithPriority (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:3462)\n at Ko (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45529)\n at Rc (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:97371)\n at Oc (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:87690)\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45820\n at t.unstable_runWithPriority (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:3462)\n at Ko (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45529)\n at Zo (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45765)\n at Jo (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45700)\n at gc (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:84256)\n at Object.enqueueSetState (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:50481)\n at t.M.setState (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:173:1439)\n at t.onUpdate (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:543076)\n at a.n (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149090)\n at a.emit (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:6550)\n at p.trigger (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149379)\n at p.onInitializeUrlState (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:541711)\n at a.n (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149090)\n at a.emit (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:6550)\n at Function.trigger (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149379)\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149484\n at a (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:81:88800)"
  421. }
  422. },
  423. "groupID": "1341191803"
  424. }
  425. }
  426. ]
  427. }
  428. }
  429. },
  430. "403": {
  431. "description": "Forbidden"
  432. }
  433. },
  434. "security": [
  435. {
  436. "auth_token": ["event:read"]
  437. }
  438. ]
  439. }
  440. }