issue-hashes.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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_slug",
  9. "in": "path",
  10. "description": "The 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. [
  163. 72,
  164. " // tslint:enable:no-unsafe-any"
  165. ],
  166. [73, " }"],
  167. [74, " catch (ex) {"],
  168. [75, " ignoreNextOnError();"],
  169. [
  170. 76,
  171. " withScope(function (scope) {"
  172. ]
  173. ],
  174. "symbolAddr": null,
  175. "trust": null,
  176. "symbol": null
  177. },
  178. {
  179. "function": "apply",
  180. "errors": null,
  181. "colNo": 24,
  182. "vars": null,
  183. "package": null,
  184. "absPath": "webpack:////usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods.js",
  185. "inApp": false,
  186. "lineNo": 74,
  187. "module": "usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods",
  188. "filename": "/usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods.js",
  189. "platform": null,
  190. "instructionAddr": null,
  191. "context": [
  192. [69, " */"],
  193. [
  194. 70,
  195. " triggerAsync: function triggerAsync() {"
  196. ],
  197. [71, " var args = arguments,"],
  198. [72, " me = this;"],
  199. [73, " _.nextTick(function () {"],
  200. [
  201. 74,
  202. " me.trigger.apply(me, args);"
  203. ],
  204. [75, " });"],
  205. [76, " },"],
  206. [77, ""],
  207. [78, " /**"],
  208. [
  209. 79,
  210. " * Wraps the trigger mechanism with a deferral function."
  211. ]
  212. ],
  213. "symbolAddr": null,
  214. "trust": null,
  215. "symbol": null
  216. }
  217. ],
  218. "framesOmitted": null,
  219. "registers": null,
  220. "hasSystemFrames": true
  221. },
  222. "module": null,
  223. "rawStacktrace": {
  224. "frames": [
  225. {
  226. "function": "a",
  227. "errors": null,
  228. "colNo": 88800,
  229. "vars": null,
  230. "package": null,
  231. "absPath": "https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  232. "inApp": false,
  233. "lineNo": 81,
  234. "module": null,
  235. "filename": "/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  236. "platform": null,
  237. "instructionAddr": null,
  238. "context": [
  239. [76, "/*!"],
  240. [77, " Copyright (c) 2018 Jed Watson."],
  241. [
  242. 78,
  243. " Licensed under the MIT License (MIT), see"
  244. ],
  245. [
  246. 79,
  247. " http://jedwatson.github.io/react-select"
  248. ],
  249. [80, "*/"],
  250. [
  251. 81,
  252. "{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}"
  253. ],
  254. [82, "/*!"],
  255. [83, " * JavaScript Cookie v2.2.1"],
  256. [
  257. 84,
  258. " * https://github.com/js-cookie/js-cookie"
  259. ],
  260. [85, " *"],
  261. [
  262. 86,
  263. " * Copyright 2006, 2015 Klaus Hartl & Fagner Brack"
  264. ]
  265. ],
  266. "symbolAddr": null,
  267. "trust": null,
  268. "symbol": null
  269. },
  270. {
  271. "function": null,
  272. "errors": null,
  273. "colNo": 149484,
  274. "vars": null,
  275. "package": null,
  276. "absPath": "https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  277. "inApp": false,
  278. "lineNo": 119,
  279. "module": null,
  280. "filename": "/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  281. "platform": null,
  282. "instructionAddr": null,
  283. "context": [
  284. [114, "/* @license"],
  285. [115, "Papa Parse"],
  286. [116, "v5.2.0"],
  287. [117, "https://github.com/mholt/PapaParse"],
  288. [118, "License: MIT"],
  289. [
  290. 119,
  291. "{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}"
  292. ],
  293. [120, "/**!"],
  294. [
  295. 121,
  296. " * @fileOverview Kickass library to create and place poppers near their reference elements."
  297. ],
  298. [122, " * @version 1.16.1"],
  299. [123, " * @license"],
  300. [
  301. 124,
  302. " * Copyright (c) 2016 Federico Zivolo and contributors"
  303. ]
  304. ],
  305. "symbolAddr": null,
  306. "trust": null,
  307. "symbol": null
  308. }
  309. ],
  310. "framesOmitted": null,
  311. "registers": null,
  312. "hasSystemFrames": true
  313. },
  314. "mechanism": {
  315. "type": "generic",
  316. "handled": true
  317. },
  318. "threadId": null,
  319. "value": "GET /organizations/hellboy-meowmeow/users/ 403",
  320. "type": "ForbiddenError"
  321. }
  322. ],
  323. "excOmitted": null,
  324. "hasSystemFrames": true
  325. }
  326. },
  327. {
  328. "type": "breadcrumbs",
  329. "data": {
  330. "values": [
  331. {
  332. "category": "tracing",
  333. "level": "debug",
  334. "event_id": null,
  335. "timestamp": "2020-06-17T22:26:55.266586Z",
  336. "data": null,
  337. "message": "[Tracing] pushActivity: idleTransactionStarted#1",
  338. "type": "debug"
  339. },
  340. {
  341. "category": "xhr",
  342. "level": "info",
  343. "event_id": null,
  344. "timestamp": "2020-06-17T22:26:55.619446Z",
  345. "data": {
  346. "url": "/api/0/internal/health/",
  347. "status_code": 200,
  348. "method": "GET"
  349. },
  350. "message": null,
  351. "type": "http"
  352. },
  353. {
  354. "category": "sentry.transaction",
  355. "level": "info",
  356. "event_id": null,
  357. "timestamp": "2020-06-17T22:26:55.945016Z",
  358. "data": null,
  359. "message": "7787a027f3fb46c985aaa2287b3f4d09",
  360. "type": "default"
  361. }
  362. ]
  363. }
  364. },
  365. {
  366. "type": "request",
  367. "data": {
  368. "fragment": null,
  369. "cookies": [],
  370. "inferredContentType": null,
  371. "env": null,
  372. "headers": [
  373. [
  374. "User-Agent",
  375. "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36"
  376. ]
  377. ],
  378. "url": "https://sentry.io/organizations/hellboy-meowmeow/issues/",
  379. "query": [["project", "5236886"]],
  380. "data": null,
  381. "method": null
  382. }
  383. }
  384. ],
  385. "packages": {},
  386. "sdk": {
  387. "version": "5.17.0",
  388. "name": "sentry.javascript.browser"
  389. },
  390. "_meta": {
  391. "user": null,
  392. "context": null,
  393. "entries": {},
  394. "contexts": null,
  395. "message": null,
  396. "packages": null,
  397. "tags": {},
  398. "sdk": null
  399. },
  400. "contexts": {
  401. "ForbiddenError": {
  402. "status": 403,
  403. "statusText": "Forbidden",
  404. "responseJSON": {
  405. "detail": "You do not have permission to perform this action."
  406. },
  407. "type": "default"
  408. },
  409. "browser": {
  410. "version": "83.0.4103",
  411. "type": "browser",
  412. "name": "Chrome"
  413. },
  414. "os": {
  415. "version": "10",
  416. "type": "os",
  417. "name": "Windows"
  418. },
  419. "trace": {
  420. "span_id": "83db1ad17e67dfe7",
  421. "type": "trace",
  422. "trace_id": "da6caabcd90e45fdb81f6655824a5f88",
  423. "op": "navigation"
  424. },
  425. "organization": {
  426. "type": "default",
  427. "id": "323938",
  428. "slug": "hellboy-meowmeow"
  429. }
  430. },
  431. "fingerprints": ["fbe908cc63d63ea9763fd84cb6bad177"],
  432. "context": {
  433. "resp": {
  434. "status": 403,
  435. "responseJSON": {
  436. "detail": "You do not have permission to perform this action."
  437. },
  438. "name": "ForbiddenError",
  439. "statusText": "Forbidden",
  440. "message": "GET /organizations/hellboy-meowmeow/users/ 403",
  441. "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)"
  442. }
  443. },
  444. "groupID": "1341191803"
  445. }
  446. }
  447. ]
  448. }
  449. }
  450. },
  451. "403": {
  452. "description": "Forbidden"
  453. }
  454. },
  455. "security": [
  456. {
  457. "auth_token": ["event:read"]
  458. }
  459. ]
  460. }
  461. }