We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49365e6 commit b6213e4Copy full SHA for b6213e4
src/components/communitySupportedPlatforms/icons/quarkus.png
6.24 KB
src/components/communitySupportedPlatforms/index.tsx
@@ -13,6 +13,7 @@ import kubernetes from './icons/kubernetes.png';
13
import lua from './icons/lua.png';
14
import nuxt from './icons/nuxt.png';
15
import ocaml from './icons/ocaml.png';
16
+import quarkus from './icons/quarkus.png';
17
import scrapy from './icons/scrapy.png';
18
import serverless from './icons/serverless.png';
19
import strapi from './icons/strapi.png';
@@ -80,6 +81,11 @@ const CommunityPlatforms = [
80
81
url: 'https://github.com/brendanlong/sentry-ocaml',
82
icon: ocaml,
83
},
84
+ {
85
+ name: 'Quarkus',
86
+ url: 'https://github.com/quarkiverse/quarkus-logging-sentry',
87
+ icon: quarkus,
88
+ },
89
{
90
name: 'Scrapy',
91
url: 'https://github.com/llonchj/scrapy-sentry',
0 commit comments