index.spec.jsx.snap 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`SharedGroupDetails renders 1`] = `
  3. <withApi(SharedGroupDetails)
  4. params={
  5. Object {
  6. "shareId": "a",
  7. }
  8. }
  9. >
  10. <SharedGroupDetails
  11. api={
  12. Client {
  13. "_chain": [Function],
  14. "_wrapRequest": [Function],
  15. "bulkUpdate": [Function],
  16. "handleRequestError": [Function],
  17. "hasProjectBeenRenamed": [Function],
  18. }
  19. }
  20. params={
  21. Object {
  22. "shareId": "a",
  23. }
  24. }
  25. >
  26. <SideEffect(DocumentTitle)
  27. title="ZeroDivisionError"
  28. >
  29. <DocumentTitle
  30. title="ZeroDivisionError"
  31. >
  32. <div
  33. className="app"
  34. >
  35. <div
  36. className="pattern-bg"
  37. />
  38. <div
  39. className="container"
  40. >
  41. <div
  42. className="box box-modal"
  43. >
  44. <div
  45. className="box-header"
  46. >
  47. <a
  48. className="logo"
  49. href="/"
  50. >
  51. <span
  52. className="icon-sentry-logo-full"
  53. />
  54. </a>
  55. <a
  56. className="details"
  57. href="https://foo.io/organizations/foo/issues/1234/"
  58. >
  59. Details
  60. </a>
  61. </div>
  62. <div
  63. className="box-content"
  64. >
  65. <div
  66. className="content"
  67. >
  68. <SharedGroupHeader
  69. group={
  70. Object {
  71. "activity": Array [],
  72. "annotations": Array [],
  73. "assignedTo": null,
  74. "count": "327482",
  75. "culprit": "fetchData(app/components/group/suggestedOwners)",
  76. "firstRelease": null,
  77. "firstSeen": "2019-04-05T19:44:05.963Z",
  78. "hasSeen": false,
  79. "id": "1",
  80. "isBookmarked": false,
  81. "isPublic": false,
  82. "isSubscribed": false,
  83. "lastRelease": null,
  84. "lastSeen": "2019-04-11T01:08:59Z",
  85. "latestEvent": Object {
  86. "dateCreated": "2019-05-21T18:01:48.762Z",
  87. "entries": Array [
  88. Object {
  89. "data": Object {
  90. "formatted": "Blocked script",
  91. },
  92. "id": "1",
  93. "type": "message",
  94. },
  95. ],
  96. "eventID": "12345678901234567890123456789012",
  97. "groupID": "1",
  98. "id": "1",
  99. "message": "ApiException",
  100. "tags": Array [],
  101. "title": "ApiException",
  102. },
  103. "level": "warning",
  104. "logger": null,
  105. "metadata": Object {
  106. "function": "fetchData",
  107. "type": "RequestError",
  108. },
  109. "numComments": 0,
  110. "participants": Array [],
  111. "permalink": "https://foo.io/organizations/foo/issues/1234/",
  112. "platform": "javascript",
  113. "pluginActions": Array [],
  114. "pluginContexts": Array [],
  115. "pluginIssues": Array [],
  116. "project": Object {
  117. "environments": Array [],
  118. "hasAccess": true,
  119. "id": "2",
  120. "isBookmarked": false,
  121. "isMember": true,
  122. "name": "Project Name",
  123. "organization": Object {
  124. "slug": "test-org",
  125. },
  126. "slug": "project-slug",
  127. "teams": Array [],
  128. },
  129. "seenBy": Array [],
  130. "shareId": null,
  131. "shortId": "JAVASCRIPT-6QS",
  132. "stats": Object {
  133. "24h": Array [
  134. Array [
  135. 1517281200,
  136. 2,
  137. ],
  138. Array [
  139. 1517310000,
  140. 1,
  141. ],
  142. ],
  143. "30d": Array [
  144. Array [
  145. 1514764800,
  146. 1,
  147. ],
  148. Array [
  149. 1515024000,
  150. 122,
  151. ],
  152. ],
  153. },
  154. "status": "unresolved",
  155. "statusDetails": Object {},
  156. "subscriptionDetails": null,
  157. "tags": Array [],
  158. "title": "ZeroDivisionError",
  159. "type": "error",
  160. "userCount": 35097,
  161. "userReportCount": 0,
  162. }
  163. }
  164. >
  165. <div
  166. className="group-detail"
  167. style={
  168. Object {
  169. "paddingBottom": 20,
  170. }
  171. }
  172. >
  173. <div
  174. className="details"
  175. >
  176. <h3>
  177. ZeroDivisionError
  178. </h3>
  179. <Styled(EventMessage)
  180. message="fetchData(app/components/group/suggestedOwners)"
  181. >
  182. <EventMessage
  183. className="css-1u2jzzx edommoc2"
  184. message="fetchData(app/components/group/suggestedOwners)"
  185. >
  186. <div
  187. className="css-1u2jzzx edommoc2"
  188. >
  189. <Message>
  190. <span
  191. className="css-18no1g8-Message edommoc0"
  192. >
  193. fetchData(app/components/group/suggestedOwners)
  194. </span>
  195. </Message>
  196. </div>
  197. </EventMessage>
  198. </Styled(EventMessage)>
  199. </div>
  200. </div>
  201. </SharedGroupHeader>
  202. <div
  203. className="group-overview event-details-container"
  204. >
  205. <div
  206. className="primary"
  207. >
  208. <WithOrganizationMockWrapper
  209. event={
  210. Object {
  211. "dateCreated": "2019-05-21T18:01:48.762Z",
  212. "entries": Array [
  213. Object {
  214. "data": Object {
  215. "formatted": "Blocked script",
  216. },
  217. "id": "1",
  218. "type": "message",
  219. },
  220. ],
  221. "eventID": "12345678901234567890123456789012",
  222. "groupID": "1",
  223. "id": "1",
  224. "message": "ApiException",
  225. "tags": Array [],
  226. "title": "ApiException",
  227. }
  228. }
  229. group={
  230. Object {
  231. "activity": Array [],
  232. "annotations": Array [],
  233. "assignedTo": null,
  234. "count": "327482",
  235. "culprit": "fetchData(app/components/group/suggestedOwners)",
  236. "firstRelease": null,
  237. "firstSeen": "2019-04-05T19:44:05.963Z",
  238. "hasSeen": false,
  239. "id": "1",
  240. "isBookmarked": false,
  241. "isPublic": false,
  242. "isSubscribed": false,
  243. "lastRelease": null,
  244. "lastSeen": "2019-04-11T01:08:59Z",
  245. "latestEvent": Object {
  246. "dateCreated": "2019-05-21T18:01:48.762Z",
  247. "entries": Array [
  248. Object {
  249. "data": Object {
  250. "formatted": "Blocked script",
  251. },
  252. "id": "1",
  253. "type": "message",
  254. },
  255. ],
  256. "eventID": "12345678901234567890123456789012",
  257. "groupID": "1",
  258. "id": "1",
  259. "message": "ApiException",
  260. "tags": Array [],
  261. "title": "ApiException",
  262. },
  263. "level": "warning",
  264. "logger": null,
  265. "metadata": Object {
  266. "function": "fetchData",
  267. "type": "RequestError",
  268. },
  269. "numComments": 0,
  270. "participants": Array [],
  271. "permalink": "https://foo.io/organizations/foo/issues/1234/",
  272. "platform": "javascript",
  273. "pluginActions": Array [],
  274. "pluginContexts": Array [],
  275. "pluginIssues": Array [],
  276. "project": Object {
  277. "environments": Array [],
  278. "hasAccess": true,
  279. "id": "2",
  280. "isBookmarked": false,
  281. "isMember": true,
  282. "name": "Project Name",
  283. "organization": Object {
  284. "slug": "test-org",
  285. },
  286. "slug": "project-slug",
  287. "teams": Array [],
  288. },
  289. "seenBy": Array [],
  290. "shareId": null,
  291. "shortId": "JAVASCRIPT-6QS",
  292. "stats": Object {
  293. "24h": Array [
  294. Array [
  295. 1517281200,
  296. 2,
  297. ],
  298. Array [
  299. 1517310000,
  300. 1,
  301. ],
  302. ],
  303. "30d": Array [
  304. Array [
  305. 1514764800,
  306. 1,
  307. ],
  308. Array [
  309. 1515024000,
  310. 122,
  311. ],
  312. ],
  313. },
  314. "status": "unresolved",
  315. "statusDetails": Object {},
  316. "subscriptionDetails": null,
  317. "tags": Array [],
  318. "title": "ZeroDivisionError",
  319. "type": "error",
  320. "userCount": 35097,
  321. "userReportCount": 0,
  322. }
  323. }
  324. isShare={true}
  325. orgId="test-org"
  326. project={
  327. Object {
  328. "environments": Array [],
  329. "hasAccess": true,
  330. "id": "2",
  331. "isBookmarked": false,
  332. "isMember": true,
  333. "name": "Project Name",
  334. "organization": Object {
  335. "slug": "test-org",
  336. },
  337. "slug": "project-slug",
  338. "teams": Array [],
  339. }
  340. }
  341. >
  342. <withApi(EventEntries)
  343. event={
  344. Object {
  345. "dateCreated": "2019-05-21T18:01:48.762Z",
  346. "entries": Array [
  347. Object {
  348. "data": Object {
  349. "formatted": "Blocked script",
  350. },
  351. "id": "1",
  352. "type": "message",
  353. },
  354. ],
  355. "eventID": "12345678901234567890123456789012",
  356. "groupID": "1",
  357. "id": "1",
  358. "message": "ApiException",
  359. "tags": Array [],
  360. "title": "ApiException",
  361. }
  362. }
  363. group={
  364. Object {
  365. "activity": Array [],
  366. "annotations": Array [],
  367. "assignedTo": null,
  368. "count": "327482",
  369. "culprit": "fetchData(app/components/group/suggestedOwners)",
  370. "firstRelease": null,
  371. "firstSeen": "2019-04-05T19:44:05.963Z",
  372. "hasSeen": false,
  373. "id": "1",
  374. "isBookmarked": false,
  375. "isPublic": false,
  376. "isSubscribed": false,
  377. "lastRelease": null,
  378. "lastSeen": "2019-04-11T01:08:59Z",
  379. "latestEvent": Object {
  380. "dateCreated": "2019-05-21T18:01:48.762Z",
  381. "entries": Array [
  382. Object {
  383. "data": Object {
  384. "formatted": "Blocked script",
  385. },
  386. "id": "1",
  387. "type": "message",
  388. },
  389. ],
  390. "eventID": "12345678901234567890123456789012",
  391. "groupID": "1",
  392. "id": "1",
  393. "message": "ApiException",
  394. "tags": Array [],
  395. "title": "ApiException",
  396. },
  397. "level": "warning",
  398. "logger": null,
  399. "metadata": Object {
  400. "function": "fetchData",
  401. "type": "RequestError",
  402. },
  403. "numComments": 0,
  404. "participants": Array [],
  405. "permalink": "https://foo.io/organizations/foo/issues/1234/",
  406. "platform": "javascript",
  407. "pluginActions": Array [],
  408. "pluginContexts": Array [],
  409. "pluginIssues": Array [],
  410. "project": Object {
  411. "environments": Array [],
  412. "hasAccess": true,
  413. "id": "2",
  414. "isBookmarked": false,
  415. "isMember": true,
  416. "name": "Project Name",
  417. "organization": Object {
  418. "slug": "test-org",
  419. },
  420. "slug": "project-slug",
  421. "teams": Array [],
  422. },
  423. "seenBy": Array [],
  424. "shareId": null,
  425. "shortId": "JAVASCRIPT-6QS",
  426. "stats": Object {
  427. "24h": Array [
  428. Array [
  429. 1517281200,
  430. 2,
  431. ],
  432. Array [
  433. 1517310000,
  434. 1,
  435. ],
  436. ],
  437. "30d": Array [
  438. Array [
  439. 1514764800,
  440. 1,
  441. ],
  442. Array [
  443. 1515024000,
  444. 122,
  445. ],
  446. ],
  447. },
  448. "status": "unresolved",
  449. "statusDetails": Object {},
  450. "subscriptionDetails": null,
  451. "tags": Array [],
  452. "title": "ZeroDivisionError",
  453. "type": "error",
  454. "userCount": 35097,
  455. "userReportCount": 0,
  456. }
  457. }
  458. isShare={true}
  459. orgId="test-org"
  460. organization={
  461. Object {
  462. "access": Array [
  463. "org:read",
  464. "org:write",
  465. "org:admin",
  466. "org:integrations",
  467. "project:read",
  468. "project:write",
  469. "project:admin",
  470. "team:read",
  471. "team:write",
  472. "team:admin",
  473. ],
  474. "features": Array [],
  475. "id": "3",
  476. "name": "Organization Name",
  477. "onboardingTasks": Array [],
  478. "projects": Array [],
  479. "scrapeJavaScript": true,
  480. "slug": "org-slug",
  481. "status": Object {
  482. "id": "active",
  483. "name": "active",
  484. },
  485. "teams": Array [],
  486. }
  487. }
  488. project={
  489. Object {
  490. "environments": Array [],
  491. "hasAccess": true,
  492. "id": "2",
  493. "isBookmarked": false,
  494. "isMember": true,
  495. "name": "Project Name",
  496. "organization": Object {
  497. "slug": "test-org",
  498. },
  499. "slug": "project-slug",
  500. "teams": Array [],
  501. }
  502. }
  503. >
  504. <EventEntries
  505. api={
  506. Client {
  507. "_chain": [Function],
  508. "_wrapRequest": [Function],
  509. "bulkUpdate": [Function],
  510. "handleRequestError": [Function],
  511. "hasProjectBeenRenamed": [Function],
  512. }
  513. }
  514. event={
  515. Object {
  516. "dateCreated": "2019-05-21T18:01:48.762Z",
  517. "entries": Array [
  518. Object {
  519. "data": Object {
  520. "formatted": "Blocked script",
  521. },
  522. "id": "1",
  523. "type": "message",
  524. },
  525. ],
  526. "eventID": "12345678901234567890123456789012",
  527. "groupID": "1",
  528. "id": "1",
  529. "message": "ApiException",
  530. "tags": Array [],
  531. "title": "ApiException",
  532. }
  533. }
  534. group={
  535. Object {
  536. "activity": Array [],
  537. "annotations": Array [],
  538. "assignedTo": null,
  539. "count": "327482",
  540. "culprit": "fetchData(app/components/group/suggestedOwners)",
  541. "firstRelease": null,
  542. "firstSeen": "2019-04-05T19:44:05.963Z",
  543. "hasSeen": false,
  544. "id": "1",
  545. "isBookmarked": false,
  546. "isPublic": false,
  547. "isSubscribed": false,
  548. "lastRelease": null,
  549. "lastSeen": "2019-04-11T01:08:59Z",
  550. "latestEvent": Object {
  551. "dateCreated": "2019-05-21T18:01:48.762Z",
  552. "entries": Array [
  553. Object {
  554. "data": Object {
  555. "formatted": "Blocked script",
  556. },
  557. "id": "1",
  558. "type": "message",
  559. },
  560. ],
  561. "eventID": "12345678901234567890123456789012",
  562. "groupID": "1",
  563. "id": "1",
  564. "message": "ApiException",
  565. "tags": Array [],
  566. "title": "ApiException",
  567. },
  568. "level": "warning",
  569. "logger": null,
  570. "metadata": Object {
  571. "function": "fetchData",
  572. "type": "RequestError",
  573. },
  574. "numComments": 0,
  575. "participants": Array [],
  576. "permalink": "https://foo.io/organizations/foo/issues/1234/",
  577. "platform": "javascript",
  578. "pluginActions": Array [],
  579. "pluginContexts": Array [],
  580. "pluginIssues": Array [],
  581. "project": Object {
  582. "environments": Array [],
  583. "hasAccess": true,
  584. "id": "2",
  585. "isBookmarked": false,
  586. "isMember": true,
  587. "name": "Project Name",
  588. "organization": Object {
  589. "slug": "test-org",
  590. },
  591. "slug": "project-slug",
  592. "teams": Array [],
  593. },
  594. "seenBy": Array [],
  595. "shareId": null,
  596. "shortId": "JAVASCRIPT-6QS",
  597. "stats": Object {
  598. "24h": Array [
  599. Array [
  600. 1517281200,
  601. 2,
  602. ],
  603. Array [
  604. 1517310000,
  605. 1,
  606. ],
  607. ],
  608. "30d": Array [
  609. Array [
  610. 1514764800,
  611. 1,
  612. ],
  613. Array [
  614. 1515024000,
  615. 122,
  616. ],
  617. ],
  618. },
  619. "status": "unresolved",
  620. "statusDetails": Object {},
  621. "subscriptionDetails": null,
  622. "tags": Array [],
  623. "title": "ZeroDivisionError",
  624. "type": "error",
  625. "userCount": 35097,
  626. "userReportCount": 0,
  627. }
  628. }
  629. isShare={true}
  630. orgId="test-org"
  631. organization={
  632. Object {
  633. "access": Array [
  634. "org:read",
  635. "org:write",
  636. "org:admin",
  637. "org:integrations",
  638. "project:read",
  639. "project:write",
  640. "project:admin",
  641. "team:read",
  642. "team:write",
  643. "team:admin",
  644. ],
  645. "features": Array [],
  646. "id": "3",
  647. "name": "Organization Name",
  648. "onboardingTasks": Array [],
  649. "projects": Array [],
  650. "scrapeJavaScript": true,
  651. "slug": "org-slug",
  652. "status": Object {
  653. "id": "active",
  654. "name": "active",
  655. },
  656. "teams": Array [],
  657. }
  658. }
  659. project={
  660. Object {
  661. "environments": Array [],
  662. "hasAccess": true,
  663. "id": "2",
  664. "isBookmarked": false,
  665. "isMember": true,
  666. "name": "Project Name",
  667. "organization": Object {
  668. "slug": "test-org",
  669. },
  670. "slug": "project-slug",
  671. "teams": Array [],
  672. }
  673. }
  674. >
  675. <div
  676. className="entries"
  677. >
  678. <EventTags
  679. event={
  680. Object {
  681. "dateCreated": "2019-05-21T18:01:48.762Z",
  682. "entries": Array [
  683. Object {
  684. "data": Object {
  685. "formatted": "Blocked script",
  686. },
  687. "id": "1",
  688. "type": "message",
  689. },
  690. ],
  691. "eventID": "12345678901234567890123456789012",
  692. "groupID": "1",
  693. "id": "1",
  694. "message": "ApiException",
  695. "tags": Array [],
  696. "title": "ApiException",
  697. }
  698. }
  699. group={
  700. Object {
  701. "activity": Array [],
  702. "annotations": Array [],
  703. "assignedTo": null,
  704. "count": "327482",
  705. "culprit": "fetchData(app/components/group/suggestedOwners)",
  706. "firstRelease": null,
  707. "firstSeen": "2019-04-05T19:44:05.963Z",
  708. "hasSeen": false,
  709. "id": "1",
  710. "isBookmarked": false,
  711. "isPublic": false,
  712. "isSubscribed": false,
  713. "lastRelease": null,
  714. "lastSeen": "2019-04-11T01:08:59Z",
  715. "latestEvent": Object {
  716. "dateCreated": "2019-05-21T18:01:48.762Z",
  717. "entries": Array [
  718. Object {
  719. "data": Object {
  720. "formatted": "Blocked script",
  721. },
  722. "id": "1",
  723. "type": "message",
  724. },
  725. ],
  726. "eventID": "12345678901234567890123456789012",
  727. "groupID": "1",
  728. "id": "1",
  729. "message": "ApiException",
  730. "tags": Array [],
  731. "title": "ApiException",
  732. },
  733. "level": "warning",
  734. "logger": null,
  735. "metadata": Object {
  736. "function": "fetchData",
  737. "type": "RequestError",
  738. },
  739. "numComments": 0,
  740. "participants": Array [],
  741. "permalink": "https://foo.io/organizations/foo/issues/1234/",
  742. "platform": "javascript",
  743. "pluginActions": Array [],
  744. "pluginContexts": Array [],
  745. "pluginIssues": Array [],
  746. "project": Object {
  747. "environments": Array [],
  748. "hasAccess": true,
  749. "id": "2",
  750. "isBookmarked": false,
  751. "isMember": true,
  752. "name": "Project Name",
  753. "organization": Object {
  754. "slug": "test-org",
  755. },
  756. "slug": "project-slug",
  757. "teams": Array [],
  758. },
  759. "seenBy": Array [],
  760. "shareId": null,
  761. "shortId": "JAVASCRIPT-6QS",
  762. "stats": Object {
  763. "24h": Array [
  764. Array [
  765. 1517281200,
  766. 2,
  767. ],
  768. Array [
  769. 1517310000,
  770. 1,
  771. ],
  772. ],
  773. "30d": Array [
  774. Array [
  775. 1514764800,
  776. 1,
  777. ],
  778. Array [
  779. 1515024000,
  780. 122,
  781. ],
  782. ],
  783. },
  784. "status": "unresolved",
  785. "statusDetails": Object {},
  786. "subscriptionDetails": null,
  787. "tags": Array [],
  788. "title": "ZeroDivisionError",
  789. "type": "error",
  790. "userCount": 35097,
  791. "userReportCount": 0,
  792. }
  793. }
  794. hideGuide={false}
  795. orgId="test-org"
  796. organization={
  797. Object {
  798. "access": Array [
  799. "org:read",
  800. "org:write",
  801. "org:admin",
  802. "org:integrations",
  803. "project:read",
  804. "project:write",
  805. "project:admin",
  806. "team:read",
  807. "team:write",
  808. "team:admin",
  809. ],
  810. "features": Array [],
  811. "id": "3",
  812. "name": "Organization Name",
  813. "onboardingTasks": Array [],
  814. "projects": Array [],
  815. "scrapeJavaScript": true,
  816. "slug": "org-slug",
  817. "status": Object {
  818. "id": "active",
  819. "name": "active",
  820. },
  821. "teams": Array [],
  822. }
  823. }
  824. projectId="project-slug"
  825. />
  826. <MessageInterface
  827. data={
  828. Object {
  829. "formatted": "Blocked script",
  830. }
  831. }
  832. event={
  833. Object {
  834. "dateCreated": "2019-05-21T18:01:48.762Z",
  835. "entries": Array [
  836. Object {
  837. "data": Object {
  838. "formatted": "Blocked script",
  839. },
  840. "id": "1",
  841. "type": "message",
  842. },
  843. ],
  844. "eventID": "12345678901234567890123456789012",
  845. "groupID": "1",
  846. "id": "1",
  847. "message": "ApiException",
  848. "tags": Array [],
  849. "title": "ApiException",
  850. }
  851. }
  852. isShare={true}
  853. key="entry-0"
  854. projectId="project-slug"
  855. type="message"
  856. >
  857. <EventDataSection
  858. event={
  859. Object {
  860. "dateCreated": "2019-05-21T18:01:48.762Z",
  861. "entries": Array [
  862. Object {
  863. "data": Object {
  864. "formatted": "Blocked script",
  865. },
  866. "id": "1",
  867. "type": "message",
  868. },
  869. ],
  870. "eventID": "12345678901234567890123456789012",
  871. "groupID": "1",
  872. "id": "1",
  873. "message": "ApiException",
  874. "tags": Array [],
  875. "title": "ApiException",
  876. }
  877. }
  878. hideGuide={false}
  879. raw={false}
  880. title="Message"
  881. type="message"
  882. wrapTitle={true}
  883. >
  884. <div
  885. className=" box"
  886. >
  887. <div
  888. className="box-header"
  889. id="message"
  890. >
  891. <a
  892. className="permalink"
  893. href="#message"
  894. >
  895. <em
  896. className="icon-anchor"
  897. />
  898. </a>
  899. <h3>
  900. Message
  901. </h3>
  902. </div>
  903. <div
  904. className="box-content with-padding"
  905. >
  906. <pre
  907. className="plain"
  908. >
  909. <Annotated
  910. object={
  911. Object {
  912. "formatted": "Blocked script",
  913. }
  914. }
  915. prop="formatted"
  916. required={false}
  917. >
  918. <MetaData
  919. object={
  920. Object {
  921. "formatted": "Blocked script",
  922. }
  923. }
  924. prop="formatted"
  925. required={false}
  926. >
  927. <ErrorBoundary
  928. mini={true}
  929. >
  930. Blocked script
  931. </ErrorBoundary>
  932. </MetaData>
  933. </Annotated>
  934. </pre>
  935. </div>
  936. </div>
  937. </EventDataSection>
  938. </MessageInterface>
  939. </div>
  940. </EventEntries>
  941. </withApi(EventEntries)>
  942. </WithOrganizationMockWrapper>
  943. </div>
  944. </div>
  945. <Footer>
  946. <footer>
  947. <div
  948. className="container"
  949. >
  950. <div
  951. className="pull-right"
  952. >
  953. <FooterLink
  954. className="hidden-xs"
  955. href="/api/"
  956. rel="noreferrer noopener"
  957. target="_blank"
  958. >
  959. <ForwardRef
  960. className="hidden-xs css-ry1asy-FooterLink e35opxf0"
  961. href="/api/"
  962. rel="noreferrer noopener"
  963. target="_blank"
  964. >
  965. <a
  966. className="hidden-xs css-ry1asy-FooterLink e35opxf0"
  967. href="/api/"
  968. rel="noreferrer noopener"
  969. target="_blank"
  970. >
  971. API
  972. </a>
  973. </ForwardRef>
  974. </FooterLink>
  975. <FooterLink
  976. href="/docs/"
  977. rel="noreferrer noopener"
  978. target="_blank"
  979. >
  980. <ForwardRef
  981. className="css-ry1asy-FooterLink e35opxf0"
  982. href="/docs/"
  983. rel="noreferrer noopener"
  984. target="_blank"
  985. >
  986. <a
  987. className="css-ry1asy-FooterLink e35opxf0"
  988. href="/docs/"
  989. rel="noreferrer noopener"
  990. target="_blank"
  991. >
  992. Docs
  993. </a>
  994. </ForwardRef>
  995. </FooterLink>
  996. <FooterLink
  997. className="hidden-xs"
  998. href="https://github.com/getsentry/sentry"
  999. rel="noreferrer"
  1000. target="_blank"
  1001. >
  1002. <ForwardRef
  1003. className="hidden-xs css-ry1asy-FooterLink e35opxf0"
  1004. href="https://github.com/getsentry/sentry"
  1005. rel="noreferrer"
  1006. target="_blank"
  1007. >
  1008. <a
  1009. className="hidden-xs css-ry1asy-FooterLink e35opxf0"
  1010. href="https://github.com/getsentry/sentry"
  1011. rel="noreferrer"
  1012. target="_blank"
  1013. >
  1014. Contribute
  1015. </a>
  1016. </ForwardRef>
  1017. </FooterLink>
  1018. </div>
  1019. <a
  1020. className="icon-sentry-logo"
  1021. href="/"
  1022. tabIndex="-1"
  1023. />
  1024. <Hook
  1025. name="footer"
  1026. />
  1027. </div>
  1028. </footer>
  1029. </Footer>
  1030. </div>
  1031. </div>
  1032. </div>
  1033. </div>
  1034. </div>
  1035. </DocumentTitle>
  1036. </SideEffect(DocumentTitle)>
  1037. </SharedGroupDetails>
  1038. </withApi(SharedGroupDetails)>
  1039. `;