_platforms.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. {
  2. "platforms": [
  3. {
  4. "integrations": [
  5. {
  6. "link": "https://docs.getsentry.com/platforms/dotnet/",
  7. "type": "language",
  8. "id": "dotnet",
  9. "name": ".NET"
  10. },
  11. {
  12. "link": "https://docs.getsentry.com/platforms/dotnet/guides/aspnetcore/",
  13. "type": "language",
  14. "id": "dotnet-aspnetcore",
  15. "name": "ASP .NET Core"
  16. }
  17. ],
  18. "id": "dotnet",
  19. "name": ".NET"
  20. },
  21. {
  22. "integrations": [
  23. {
  24. "link": "https://docs.getsentry.com/platforms/apple/",
  25. "type": "language",
  26. "id": "apple",
  27. "name": "Apple"
  28. },
  29. {
  30. "link": "https://docs.getsentry.com/platforms/apple/guides/ios/",
  31. "type": "language",
  32. "id": "apple-ios",
  33. "name": "iOS"
  34. },
  35. {
  36. "link": "https://docs.getsentry.com/platforms/apple/guides/macos/",
  37. "type": "language",
  38. "id": "apple-macos",
  39. "name": "macOS"
  40. }
  41. ],
  42. "id": "apple",
  43. "name": "Apple"
  44. },
  45. {
  46. "integrations": [
  47. {
  48. "link": "https://docs.getsentry.com/clients/elixir/",
  49. "type": "language",
  50. "id": "elixir",
  51. "name": "Elixir"
  52. }
  53. ],
  54. "id": "elixir",
  55. "name": "Elixir"
  56. },
  57. {
  58. "integrations": [
  59. {
  60. "link": "https://docs.getsentry.com/clients/go/",
  61. "type": "language",
  62. "id": "go",
  63. "name": "Go"
  64. },
  65. {
  66. "link": null,
  67. "type": "framework",
  68. "id": "go-http",
  69. "name": "net/http"
  70. }
  71. ],
  72. "id": "go",
  73. "name": "Go"
  74. },
  75. {
  76. "integrations": [
  77. {
  78. "link": "https://docs.getsentry.com/clients/java/modules/android/",
  79. "type": "framework",
  80. "id": "java-android",
  81. "name": "Android"
  82. },
  83. {
  84. "link": "https://docs.getsentry.com/clients/java/modules/appengine/",
  85. "type": "framework",
  86. "id": "java-appengine",
  87. "name": "Google App Engine"
  88. },
  89. {
  90. "link": "https://docs.getsentry.com/clients/java/",
  91. "type": "language",
  92. "id": "java",
  93. "name": "Java"
  94. },
  95. {
  96. "link": "https://docs.getsentry.com/clients/java/modules/log4j/",
  97. "type": "framework",
  98. "id": "java-log4j",
  99. "name": "Log4j 1.x"
  100. },
  101. {
  102. "link": "https://docs.getsentry.com/clients/java/modules/log4j2/",
  103. "type": "framework",
  104. "id": "java-log4j2",
  105. "name": "Log4j 2.x"
  106. },
  107. {
  108. "link": "https://docs.getsentry.com/clients/java/modules/logback/",
  109. "type": "framework",
  110. "id": "java-logback",
  111. "name": "Logback"
  112. },
  113. {
  114. "link": "https://docs.getsentry.com/clients/java/modules/jul/",
  115. "type": "framework",
  116. "id": "java-logging",
  117. "name": "java.util.logging"
  118. }
  119. ],
  120. "id": "java",
  121. "name": "Java"
  122. },
  123. {
  124. "integrations": [
  125. {
  126. "link": "https://docs.getsentry.com/clients/javascript/integrations/angular/",
  127. "type": "framework",
  128. "id": "javascript-angular",
  129. "name": "Angular"
  130. },
  131. {
  132. "link": "https://docs.getsentry.com/clients/javascript/integrations/angularjs/",
  133. "type": "framework",
  134. "id": "javascript-angularjs",
  135. "name": "AngularJS"
  136. },
  137. {
  138. "link": "https://docs.getsentry.com/clients/javascript/integrations/backbone/",
  139. "type": "framework",
  140. "id": "javascript-backbone",
  141. "name": "Backbone"
  142. },
  143. {
  144. "link": "https://docs.getsentry.com/platforms/javascript/guides/cordova/",
  145. "type": "language",
  146. "id": "cordova",
  147. "name": "Cordova"
  148. },
  149. {
  150. "link": "https://docs.getsentry.com/platforms/javascript/guides/electron/",
  151. "type": "language",
  152. "id": "electron",
  153. "name": "Electron"
  154. },
  155. {
  156. "link": "https://docs.getsentry.com/clients/javascript/integrations/ember/",
  157. "type": "framework",
  158. "id": "javascript-ember",
  159. "name": "Ember"
  160. },
  161. {
  162. "link": "https://docs.getsentry.com/clients/javascript/install/",
  163. "type": "language",
  164. "id": "javascript",
  165. "name": "JavaScript"
  166. },
  167. {
  168. "link": "https://docs.sentry.io/platforms/javascript/guides/nextjs/",
  169. "type": "framework",
  170. "id": "javascript-nextjs",
  171. "name": "Next.js"
  172. },
  173. {
  174. "link": "https://docs.getsentry.com/clients/javascript/integrations/react/",
  175. "type": "framework",
  176. "id": "javascript-react",
  177. "name": "React"
  178. },
  179. {
  180. "link": "https://docs.getsentry.com/clients/javascript/integrations/vue/",
  181. "type": "framework",
  182. "id": "javascript-vue",
  183. "name": "Vue"
  184. },
  185. {
  186. "link": "https://docs.sentry.io/platforms/javascript/guides/remix/",
  187. "type": "framework",
  188. "id": "javascript-remix",
  189. "name": "Remix"
  190. },
  191. {
  192. "link": "https://docs.sentry.io/platforms/javascript/guides/svelte/",
  193. "type": "framework",
  194. "id": "javascript-svelte",
  195. "name": "Svelte"
  196. },
  197. {
  198. "link": "https://docs.sentry.io/platforms/javascript/guides/sveltekit/",
  199. "type": "framework",
  200. "id": "javascript-sveltekit",
  201. "name": "SvelteKit"
  202. }
  203. ],
  204. "id": "javascript",
  205. "name": "JavaScript"
  206. },
  207. {
  208. "integrations": [
  209. {
  210. "link": "https://docs.getsentry.com/clients/minidump/",
  211. "type": "language",
  212. "id": "minidump",
  213. "name": "Minidump"
  214. }
  215. ],
  216. "id": "minidump",
  217. "name": "Minidump"
  218. },
  219. {
  220. "integrations": [
  221. {
  222. "link": "https://docs.sentry.io/error-reporting/quickstart/?platform=native",
  223. "type": "language",
  224. "id": "native",
  225. "name": "Native (C/C++)"
  226. }
  227. ],
  228. "id": "native",
  229. "name": "Native (C/C++)"
  230. },
  231. {
  232. "integrations": [
  233. {
  234. "link": "https://docs.getsentry.com/clients/node/integrations/connect/",
  235. "type": "framework",
  236. "id": "node-connect",
  237. "name": "Connect"
  238. },
  239. {
  240. "link": "https://docs.getsentry.com/clients/node/integrations/express/",
  241. "type": "framework",
  242. "id": "node-express",
  243. "name": "Express"
  244. },
  245. {
  246. "link": "https://docs.getsentry.com/clients/node/integrations/koa/",
  247. "type": "framework",
  248. "id": "node-koa",
  249. "name": "Koa"
  250. },
  251. {
  252. "link": "https://docs.getsentry.com/clients/node/",
  253. "type": "language",
  254. "id": "node",
  255. "name": "Node.js"
  256. }
  257. ],
  258. "id": "node",
  259. "name": "Node.js"
  260. },
  261. {
  262. "integrations": [
  263. {
  264. "link": "https://docs.getsentry.com/clients/php/integrations/laravel/",
  265. "type": "framework",
  266. "id": "php-laravel",
  267. "name": "Laravel"
  268. },
  269. {
  270. "link": "https://docs.getsentry.com/clients/php/integrations/monolog/",
  271. "type": "framework",
  272. "id": "php-monolog",
  273. "name": "Monolog"
  274. },
  275. {
  276. "link": "https://docs.getsentry.com/clients/php/",
  277. "type": "language",
  278. "id": "php",
  279. "name": "PHP"
  280. },
  281. {
  282. "link": "https://docs.getsentry.com/clients/php/integrations/symfony2/",
  283. "type": "framework",
  284. "id": "php-symfony2",
  285. "name": "Symfony2"
  286. }
  287. ],
  288. "id": "php",
  289. "name": "PHP"
  290. },
  291. {
  292. "integrations": [
  293. {
  294. "link": "https://docs.getsentry.com/clients/python/integrations/bottle/",
  295. "type": "framework",
  296. "id": "python-bottle",
  297. "name": "Bottle"
  298. },
  299. {
  300. "link": "https://docs.getsentry.com/clients/python/integrations/celery/",
  301. "type": "library",
  302. "id": "python-celery",
  303. "name": "Celery"
  304. },
  305. {
  306. "link": "https://docs.getsentry.com/clients/python/integrations/django/",
  307. "type": "framework",
  308. "id": "python-django",
  309. "name": "Django"
  310. },
  311. {
  312. "link": "https://docs.getsentry.com/clients/python/integrations/flask/",
  313. "type": "framework",
  314. "id": "python-flask",
  315. "name": "Flask"
  316. },
  317. {
  318. "link": "https://docs.getsentry.com/clients/python/integrations/starlette/",
  319. "type": "framework",
  320. "id": "python-starlette",
  321. "name": "Starlette"
  322. },
  323. {
  324. "link": "https://docs.getsentry.com/clients/python/integrations/fastapi/",
  325. "type": "framework",
  326. "id": "python-fastapi",
  327. "name": "FastAPI"
  328. },
  329. {
  330. "link": "https://docs.getsentry.com/clients/python/integrations/pylons/",
  331. "type": "framework",
  332. "id": "python-pylons",
  333. "name": "Pylons"
  334. },
  335. {
  336. "link": "https://docs.getsentry.com/clients/python/integrations/pyramid/",
  337. "type": "framework",
  338. "id": "python-pyramid",
  339. "name": "Pyramid"
  340. },
  341. {
  342. "link": "https://docs.getsentry.com/clients/python/",
  343. "type": "language",
  344. "id": "python",
  345. "name": "Python"
  346. },
  347. {
  348. "link": "https://docs.getsentry.com/clients/python/integrations/rq/",
  349. "type": "framework",
  350. "id": "python-rq",
  351. "name": "RQ"
  352. },
  353. {
  354. "link": "https://docs.getsentry.com/clients/python/integrations/tornado/",
  355. "type": "framework",
  356. "id": "python-tornado",
  357. "name": "Tornado"
  358. }
  359. ],
  360. "id": "python",
  361. "name": "Python"
  362. },
  363. {
  364. "integrations": [
  365. {
  366. "link": "https://docs.getsentry.com/clients/react-native/",
  367. "type": "language",
  368. "id": "react-native",
  369. "name": "React-Native"
  370. }
  371. ],
  372. "id": "react-native",
  373. "name": "React-Native"
  374. },
  375. {
  376. "integrations": [
  377. {
  378. "link": "https://docs.getsentry.com/clients/ruby/integrations/rack/",
  379. "type": "framework",
  380. "id": "ruby-rack",
  381. "name": "Rack"
  382. },
  383. {
  384. "link": "https://docs.getsentry.com/clients/ruby/integrations/rails/",
  385. "type": "framework",
  386. "id": "ruby-rails",
  387. "name": "Rails"
  388. },
  389. {
  390. "link": "https://docs.getsentry.com/clients/ruby/",
  391. "type": "language",
  392. "id": "ruby",
  393. "name": "Ruby"
  394. }
  395. ],
  396. "id": "ruby",
  397. "name": "Ruby"
  398. },
  399. {
  400. "integrations": [
  401. {
  402. "link": "https://docs.getsentry.com/clients/rust/",
  403. "type": "language",
  404. "id": "rust",
  405. "name": "Rust"
  406. }
  407. ],
  408. "id": "rust",
  409. "name": "Rust"
  410. },
  411. {
  412. "integrations": [
  413. {
  414. "link": "",
  415. "type": "language",
  416. "id": "mock",
  417. "name": "Mock Integration"
  418. }
  419. ],
  420. "id": "mock",
  421. "name": "Mock"
  422. }
  423. ]
  424. }