entries.js 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. export function Entries() {
  2. return [
  3. [
  4. {
  5. type: 'exception',
  6. data: {
  7. values: [
  8. {
  9. stacktrace: {
  10. frames: [
  11. {
  12. function: null,
  13. colNo: null,
  14. vars: {},
  15. symbol: null,
  16. module: '<unknown module>',
  17. lineNo: null,
  18. errors: null,
  19. package: null,
  20. absPath:
  21. 'https://sentry.io/hiventy/kraken-prod/issues/438681831/?referrer=slack#',
  22. inApp: false,
  23. instructionAddr: null,
  24. filename: '/hiventy/kraken-prod/issues/438681831/',
  25. platform: null,
  26. context: [],
  27. symbolAddr: null,
  28. },
  29. ],
  30. framesOmitted: null,
  31. registers: null,
  32. hasSystemFrames: false,
  33. },
  34. module: null,
  35. rawStacktrace: null,
  36. mechanism: null,
  37. threadId: null,
  38. value: 'Unexpected token else',
  39. type: 'SyntaxError',
  40. },
  41. ],
  42. excOmitted: null,
  43. hasSystemFrames: false,
  44. },
  45. },
  46. {
  47. type: 'threads',
  48. data: {
  49. values: [
  50. {
  51. stacktrace: {
  52. frames: [
  53. {
  54. function: 'start',
  55. package: 'libdyld.dylib',
  56. image_addr: '0x7fff20256000',
  57. in_app: true,
  58. symbol_addr: '0x7fff20257408',
  59. data: {},
  60. instruction_addr: '0x7fff20257409',
  61. },
  62. {
  63. function: 'main',
  64. package: 'iOS-Swift',
  65. symbol: 'main',
  66. image_addr: '0x10e68f000',
  67. in_app: true,
  68. symbol_addr: '0x10e693440',
  69. data: {},
  70. instruction_addr: '0x10e69348a',
  71. },
  72. {
  73. function: 'UIApplicationMain',
  74. package: 'UIKitCore',
  75. image_addr: '0x7fff23a83000',
  76. in_app: true,
  77. symbol_addr: '0x7fff246722bb',
  78. data: {},
  79. instruction_addr: '0x7fff24672320',
  80. },
  81. {
  82. function: '-[UIApplication _run]',
  83. package: 'UIKitCore',
  84. symbol: '-[UIApplication _run]',
  85. image_addr: '0x7fff23a83000',
  86. in_app: true,
  87. symbol_addr: '0x7fff2466d07f',
  88. data: {},
  89. instruction_addr: '0x7fff2466d40f',
  90. },
  91. {
  92. function: 'GSEventRunModal',
  93. package: 'GraphicsServices',
  94. image_addr: '0x7fff2b790000',
  95. in_app: true,
  96. symbol_addr: '0x7fff2b793d28',
  97. data: {},
  98. instruction_addr: '0x7fff2b793db3',
  99. },
  100. {
  101. function: 'CFRunLoopRunSpecific',
  102. package: 'CoreFoundation',
  103. image_addr: '0x7fff20329000',
  104. in_app: true,
  105. symbol_addr: '0x7fff203a1967',
  106. data: {},
  107. instruction_addr: '0x7fff203a1b9e',
  108. },
  109. {
  110. function: '__CFRunLoopRun',
  111. package: 'CoreFoundation',
  112. image_addr: '0x7fff20329000',
  113. in_app: true,
  114. symbol_addr: '0x7fff203a2089',
  115. data: {},
  116. instruction_addr: '0x7fff203a23f7',
  117. },
  118. {
  119. function: '__CFRunLoopDoSources0',
  120. package: 'CoreFoundation',
  121. image_addr: '0x7fff20329000',
  122. in_app: true,
  123. symbol_addr: '0x7fff203a7b27',
  124. data: {},
  125. instruction_addr: '0x7fff203a7c1f',
  126. },
  127. {
  128. function: '__CFRunLoopDoSource0',
  129. package: 'CoreFoundation',
  130. image_addr: '0x7fff20329000',
  131. in_app: true,
  132. symbol_addr: '0x7fff203a8689',
  133. data: {},
  134. instruction_addr: '0x7fff203a873d',
  135. },
  136. {
  137. function:
  138. '__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__',
  139. package: 'CoreFoundation',
  140. image_addr: '0x7fff20329000',
  141. in_app: true,
  142. symbol_addr: '0x7fff203a8834',
  143. data: {},
  144. instruction_addr: '0x7fff203a8845',
  145. },
  146. {
  147. function: '__eventFetcherSourceCallback',
  148. package: 'UIKitCore',
  149. image_addr: '0x7fff23a83000',
  150. in_app: true,
  151. symbol_addr: '0x7fff24712c68',
  152. data: {},
  153. instruction_addr: '0x7fff24712cd0',
  154. },
  155. {
  156. function: '__processEventQueue',
  157. package: 'UIKitCore',
  158. image_addr: '0x7fff23a83000',
  159. in_app: true,
  160. symbol_addr: '0x7fff24718cf3',
  161. data: {},
  162. instruction_addr: '0x7fff2471c33a',
  163. },
  164. {
  165. function: '-[UIApplicationAccessibility sendEvent:]',
  166. package: 'UIKit',
  167. symbol: '-[UIApplicationAccessibility sendEvent:]',
  168. image_addr: '0x110b5e000',
  169. in_app: true,
  170. symbol_addr: '0x110b8799d',
  171. data: {},
  172. instruction_addr: '0x110b879f2',
  173. },
  174. {
  175. function: '-[UIApplication sendEvent:]',
  176. package: 'UIKitCore',
  177. symbol: '-[UIApplication sendEvent:]',
  178. image_addr: '0x7fff23a83000',
  179. in_app: true,
  180. symbol_addr: '0x7fff2468ba19',
  181. data: {},
  182. instruction_addr: '0x7fff2468bc92',
  183. },
  184. {
  185. function: '-[UIWindow sendEvent:]',
  186. package: 'UIKitCore',
  187. symbol: '-[UIWindow sendEvent:]',
  188. image_addr: '0x7fff23a83000',
  189. in_app: true,
  190. symbol_addr: '0x7fff246b0eb9',
  191. data: {},
  192. instruction_addr: '0x7fff246b215f',
  193. },
  194. {
  195. function: '-[UIWindow _sendTouchesForEvent:]',
  196. package: 'UIKitCore',
  197. symbol: '-[UIWindow _sendTouchesForEvent:]',
  198. image_addr: '0x7fff23a83000',
  199. in_app: true,
  200. symbol_addr: '0x7fff246afddf',
  201. data: {},
  202. instruction_addr: '0x7fff246b02e6',
  203. },
  204. {
  205. function: '-[UIControl touchesEnded:withEvent:]',
  206. package: 'UIKitCore',
  207. symbol: '-[UIControl touchesEnded:withEvent:]',
  208. image_addr: '0x7fff23a83000',
  209. in_app: true,
  210. symbol_addr: '0x7fff23f9e644',
  211. data: {},
  212. instruction_addr: '0x7fff23f9e838',
  213. },
  214. {
  215. function: '-[UIControl _sendActionsForEvents:withEvent:]',
  216. package: 'UIKitCore',
  217. symbol: '-[UIControl _sendActionsForEvents:withEvent:]',
  218. image_addr: '0x7fff23a83000',
  219. in_app: true,
  220. symbol_addr: '0x7fff23f9fe03',
  221. data: {},
  222. instruction_addr: '0x7fff23f9ff4f',
  223. },
  224. {
  225. function: '-[UIControl sendAction:to:forEvent:]',
  226. package: 'UIKitCore',
  227. symbol: '-[UIControl sendAction:to:forEvent:]',
  228. image_addr: '0x7fff23a83000',
  229. in_app: true,
  230. symbol_addr: '0x7fff23f9fb4d',
  231. data: {},
  232. instruction_addr: '0x7fff23f9fc2c',
  233. },
  234. {
  235. function:
  236. '__44-[SentryBreadcrumbTracker swizzleSendAction]_block_invoke_2',
  237. package: 'Sentry',
  238. symbol:
  239. '__44-[SentryBreadcrumbTracker swizzleSendAction]_block_invoke_2',
  240. image_addr: '0x10e90f000',
  241. in_app: false,
  242. symbol_addr: '0x10e951350',
  243. data: {},
  244. instruction_addr: '0x10e9518e9',
  245. },
  246. {
  247. function: '-[UIApplication sendAction:to:from:forEvent:]',
  248. package: 'UIKitCore',
  249. symbol: '-[UIApplication sendAction:to:from:forEvent:]',
  250. image_addr: '0x7fff23a83000',
  251. in_app: true,
  252. symbol_addr: '0x7fff24673978',
  253. data: {},
  254. instruction_addr: '0x7fff246739cb',
  255. },
  256. {
  257. function: 'ViewController.captureNSException',
  258. package: 'iOS-Swift',
  259. symbol: '$s9iOS_Swift14ViewControllerC18captureNSExceptionyyypFTo',
  260. image_addr: '0x10e68f000',
  261. in_app: true,
  262. symbol_addr: '0x10e692290',
  263. raw_function: '@objc ViewController.captureNSException(_:)',
  264. data: {},
  265. instruction_addr: '0x10e6922df',
  266. },
  267. {
  268. function: 'ViewController.captureNSException',
  269. package: 'iOS-Swift',
  270. symbol: '$s9iOS_Swift14ViewControllerC18captureNSExceptionyyypF',
  271. image_addr: '0x10e68f000',
  272. in_app: true,
  273. symbol_addr: '0x10e691e60',
  274. raw_function: 'ViewController.captureNSException(_:)',
  275. data: {},
  276. instruction_addr: '0x10e691fd8',
  277. },
  278. ],
  279. },
  280. name: '',
  281. current: true,
  282. crashed: true,
  283. state: 'RUNNABLE',
  284. raw_stacktrace: {
  285. frames: [
  286. {
  287. function: 'start',
  288. package: 'libdyld.dylib',
  289. image_addr: '0x7fff20256000',
  290. in_app: true,
  291. symbol_addr: '0x7fff20257408',
  292. instruction_addr: '0x7fff20257409',
  293. },
  294. {
  295. function: 'main',
  296. package: 'iOS-Swift',
  297. image_addr: '0x10e68f000',
  298. in_app: true,
  299. symbol_addr: '0x10e693440',
  300. instruction_addr: '0x10e69348b',
  301. },
  302. {
  303. function: 'UIApplicationMain',
  304. package: 'UIKitCore',
  305. image_addr: '0x7fff23a83000',
  306. in_app: true,
  307. symbol_addr: '0x7fff246722bb',
  308. instruction_addr: '0x7fff24672320',
  309. },
  310. {
  311. function: '-[UIApplication _run]',
  312. package: 'UIKitCore',
  313. image_addr: '0x7fff23a83000',
  314. in_app: true,
  315. symbol_addr: '0x7fff2466d07f',
  316. instruction_addr: '0x7fff2466d40f',
  317. },
  318. {
  319. function: 'GSEventRunModal',
  320. package: 'GraphicsServices',
  321. image_addr: '0x7fff2b790000',
  322. in_app: true,
  323. symbol_addr: '0x7fff2b793d28',
  324. instruction_addr: '0x7fff2b793db3',
  325. },
  326. {
  327. function: 'CFRunLoopRunSpecific',
  328. package: 'CoreFoundation',
  329. image_addr: '0x7fff20329000',
  330. in_app: true,
  331. symbol_addr: '0x7fff203a1967',
  332. instruction_addr: '0x7fff203a1b9e',
  333. },
  334. {
  335. function: '__CFRunLoopRun',
  336. package: 'CoreFoundation',
  337. image_addr: '0x7fff20329000',
  338. in_app: true,
  339. symbol_addr: '0x7fff203a2089',
  340. instruction_addr: '0x7fff203a23f7',
  341. },
  342. {
  343. function: '__CFRunLoopDoSources0',
  344. package: 'CoreFoundation',
  345. image_addr: '0x7fff20329000',
  346. in_app: true,
  347. symbol_addr: '0x7fff203a7b27',
  348. instruction_addr: '0x7fff203a7c1f',
  349. },
  350. {
  351. function: '__CFRunLoopDoSource0',
  352. package: 'CoreFoundation',
  353. image_addr: '0x7fff20329000',
  354. in_app: true,
  355. symbol_addr: '0x7fff203a8689',
  356. instruction_addr: '0x7fff203a873d',
  357. },
  358. {
  359. function:
  360. '__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__',
  361. package: 'CoreFoundation',
  362. image_addr: '0x7fff20329000',
  363. in_app: true,
  364. symbol_addr: '0x7fff203a8834',
  365. instruction_addr: '0x7fff203a8845',
  366. },
  367. {
  368. function: '__eventFetcherSourceCallback',
  369. package: 'UIKitCore',
  370. image_addr: '0x7fff23a83000',
  371. in_app: true,
  372. symbol_addr: '0x7fff24712c68',
  373. instruction_addr: '0x7fff24712cd0',
  374. },
  375. {
  376. function: '__processEventQueue',
  377. package: 'UIKitCore',
  378. image_addr: '0x7fff23a83000',
  379. in_app: true,
  380. symbol_addr: '0x7fff24718cf3',
  381. instruction_addr: '0x7fff2471c33a',
  382. },
  383. {
  384. function: '-[UIApplicationAccessibility sendEvent:]',
  385. package: 'UIKit',
  386. image_addr: '0x110b5e000',
  387. in_app: true,
  388. symbol_addr: '0x110b8799d',
  389. instruction_addr: '0x110b879f2',
  390. },
  391. {
  392. function: '-[UIApplication sendEvent:]',
  393. package: 'UIKitCore',
  394. image_addr: '0x7fff23a83000',
  395. in_app: true,
  396. symbol_addr: '0x7fff2468ba19',
  397. instruction_addr: '0x7fff2468bc92',
  398. },
  399. {
  400. function: '-[UIWindow sendEvent:]',
  401. package: 'UIKitCore',
  402. image_addr: '0x7fff23a83000',
  403. in_app: true,
  404. symbol_addr: '0x7fff246b0eb9',
  405. instruction_addr: '0x7fff246b215f',
  406. },
  407. {
  408. function: '-[UIWindow _sendTouchesForEvent:]',
  409. package: 'UIKitCore',
  410. image_addr: '0x7fff23a83000',
  411. in_app: true,
  412. symbol_addr: '0x7fff246afddf',
  413. instruction_addr: '0x7fff246b02e6',
  414. },
  415. {
  416. function: '-[UIControl touchesEnded:withEvent:]',
  417. package: 'UIKitCore',
  418. image_addr: '0x7fff23a83000',
  419. in_app: true,
  420. symbol_addr: '0x7fff23f9e644',
  421. instruction_addr: '0x7fff23f9e838',
  422. },
  423. {
  424. function: '-[UIControl _sendActionsForEvents:withEvent:]',
  425. package: 'UIKitCore',
  426. image_addr: '0x7fff23a83000',
  427. in_app: true,
  428. symbol_addr: '0x7fff23f9fe03',
  429. instruction_addr: '0x7fff23f9ff4f',
  430. },
  431. {
  432. function: '-[UIControl sendAction:to:forEvent:]',
  433. package: 'UIKitCore',
  434. image_addr: '0x7fff23a83000',
  435. in_app: true,
  436. symbol_addr: '0x7fff23f9fb4d',
  437. instruction_addr: '0x7fff23f9fc2c',
  438. },
  439. {
  440. function:
  441. '__44-[SentryBreadcrumbTracker swizzleSendAction]_block_invoke_2',
  442. package: 'Sentry',
  443. image_addr: '0x10e90f000',
  444. in_app: false,
  445. symbol_addr: '0x10e951350',
  446. instruction_addr: '0x10e9518ea',
  447. },
  448. {
  449. function: '-[UIApplication sendAction:to:from:forEvent:]',
  450. package: 'UIKitCore',
  451. image_addr: '0x7fff23a83000',
  452. in_app: true,
  453. symbol_addr: '0x7fff24673978',
  454. instruction_addr: '0x7fff246739cb',
  455. },
  456. {
  457. function: '$s9iOS_Swift14ViewControllerC18captureNSExceptionyyypFTo',
  458. package: 'iOS-Swift',
  459. image_addr: '0x10e68f000',
  460. in_app: true,
  461. symbol_addr: '0x10e692290',
  462. instruction_addr: '0x10e6922e0',
  463. },
  464. {
  465. function: '$s9iOS_Swift14ViewControllerC18captureNSExceptionyyypF',
  466. package: 'iOS-Swift',
  467. image_addr: '0x10e68f000',
  468. in_app: true,
  469. symbol_addr: '0x10e691e60',
  470. instruction_addr: '0x10e691fd8',
  471. },
  472. ],
  473. },
  474. id: 0,
  475. },
  476. {
  477. current: false,
  478. crashed: false,
  479. id: 1,
  480. name: '',
  481. state: 'BLOCKED',
  482. },
  483. {
  484. current: false,
  485. crashed: false,
  486. id: 2,
  487. state: 'WAITING',
  488. name: '',
  489. },
  490. {
  491. current: false,
  492. crashed: false,
  493. id: 3,
  494. state: 'WAITING',
  495. name: 'com.apple.uikit.eventfetch-thread',
  496. },
  497. {
  498. current: false,
  499. crashed: false,
  500. id: 4,
  501. state: 'WAITING',
  502. name: '',
  503. },
  504. {
  505. current: false,
  506. crashed: false,
  507. id: 5,
  508. state: 'WAITING',
  509. name: '',
  510. },
  511. {
  512. current: false,
  513. crashed: false,
  514. id: 6,
  515. state: 'WAITING',
  516. name: '',
  517. },
  518. {
  519. current: false,
  520. crashed: false,
  521. id: 7,
  522. state: 'WAITING',
  523. name: 'com.apple.NSURLConnectionLoader',
  524. },
  525. ],
  526. },
  527. },
  528. {
  529. type: 'breadcrumbs',
  530. data: {
  531. values: [
  532. {
  533. category: 'xhr',
  534. level: 'info',
  535. event_id: null,
  536. timestamp: '2018-01-23T08:12:53.591Z',
  537. data: {
  538. url: 'https://reload.getsentry.net/page/',
  539. status_code: '201',
  540. method: 'POST',
  541. },
  542. message: null,
  543. type: 'http',
  544. },
  545. {
  546. category: 'xhr',
  547. level: 'info',
  548. event_id: null,
  549. timestamp: '2018-01-23T08:12:53.636Z',
  550. data: {
  551. url: '/api/0/organizations/?member=1',
  552. status_code: '200',
  553. method: 'GET',
  554. },
  555. message: null,
  556. type: 'http',
  557. },
  558. {
  559. category: 'xhr',
  560. level: 'info',
  561. event_id: null,
  562. timestamp: '2018-01-23T08:12:53.895Z',
  563. data: {url: '/api/0/internal/health/', status_code: '403', method: 'GET'},
  564. message: null,
  565. type: 'http',
  566. },
  567. ],
  568. },
  569. },
  570. {
  571. type: 'request',
  572. data: {
  573. fragment: '',
  574. cookies: [],
  575. inferredContentType: null,
  576. env: null,
  577. headers: [
  578. ['Referer', '[Filtered]'],
  579. [
  580. 'User-Agent',
  581. 'Mozilla/5.0 (Linux; Android 7.0; ONEPLUS A3003 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36',
  582. ],
  583. ],
  584. url: 'https://sentry.io/hiventy/kraken-prod/issues/438681831/',
  585. query: 'referrer=slack',
  586. data: null,
  587. method: null,
  588. },
  589. },
  590. ],
  591. [
  592. {
  593. type: 'exception',
  594. data: {
  595. values: [
  596. {
  597. stacktrace: {
  598. frames: [
  599. {
  600. function: null,
  601. colNo: null,
  602. vars: {},
  603. symbol: null,
  604. module: '<unknown module>',
  605. lineNo: null,
  606. errors: null,
  607. package: null,
  608. absPath:
  609. 'https://sentry.io/hiventy/kraken-prod/issues/438681831/?referrer=slack#',
  610. inApp: false,
  611. instructionAddr: null,
  612. filename: '/hiventy/kraken-prod/issues/438681831/',
  613. platform: null,
  614. context: [],
  615. symbolAddr: null,
  616. },
  617. ],
  618. framesOmitted: null,
  619. registers: null,
  620. hasSystemFrames: false,
  621. },
  622. module: null,
  623. rawStacktrace: null,
  624. mechanism: null,
  625. threadId: null,
  626. value: 'Unexpected token else',
  627. type: 'SyntaxError',
  628. },
  629. ],
  630. excOmitted: null,
  631. hasSystemFrames: false,
  632. },
  633. },
  634. {
  635. type: 'breadcrumbs',
  636. data: {
  637. values: [
  638. {
  639. category: 'xhr',
  640. level: 'info',
  641. event_id: null,
  642. timestamp: '2018-01-23T08:12:53.591Z',
  643. data: {
  644. url: 'https://reload.getsentry.net/page/',
  645. status_code: '201',
  646. method: 'POST',
  647. },
  648. message: null,
  649. type: 'http',
  650. },
  651. {
  652. category: 'xhr',
  653. level: 'info',
  654. event_id: null,
  655. timestamp: '2018-01-23T08:12:53.636Z',
  656. data: {
  657. url: '/api/0/organizations/?member=1',
  658. status_code: '200',
  659. method: 'GET',
  660. },
  661. message: null,
  662. type: 'http',
  663. },
  664. {
  665. category: 'xhr',
  666. level: 'info',
  667. event_id: null,
  668. timestamp: '2018-01-23T08:12:53.895Z',
  669. data: {url: '/api/0/internal/health/', status_code: '403', method: 'GET'},
  670. message: null,
  671. type: 'http',
  672. },
  673. ],
  674. },
  675. },
  676. {
  677. type: 'request',
  678. data: {
  679. fragment: '',
  680. cookies: [],
  681. inferredContentType: null,
  682. env: null,
  683. headers: [
  684. ['Referer', '[Filtered]'],
  685. [
  686. 'User-Agent',
  687. 'Mozilla/5.0 (Linux; Android 7.0; ONEPLUS A3003 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/56.0.2924.87 Mobile Safari/537.36',
  688. ],
  689. ],
  690. url: 'https://sentry.io/hiventy/kraken-prod/issues/438681831/',
  691. query: 'referrer=slack',
  692. data: null,
  693. method: null,
  694. },
  695. },
  696. ],
  697. ];
  698. }