diff --git a/src/components/communitySupportedPlatforms/icons/quarkus.png b/src/components/communitySupportedPlatforms/icons/quarkus.png new file mode 100644 index 00000000000000..5b30f890926fa7 Binary files /dev/null and b/src/components/communitySupportedPlatforms/icons/quarkus.png differ diff --git a/src/components/communitySupportedPlatforms/index.tsx b/src/components/communitySupportedPlatforms/index.tsx index 4a3bd1edfb1191..c5036d931bbb4c 100644 --- a/src/components/communitySupportedPlatforms/index.tsx +++ b/src/components/communitySupportedPlatforms/index.tsx @@ -13,6 +13,7 @@ import kubernetes from './icons/kubernetes.png'; import lua from './icons/lua.png'; import nuxt from './icons/nuxt.png'; import ocaml from './icons/ocaml.png'; +import quarkus from './icons/quarkus.png'; import scrapy from './icons/scrapy.png'; import serverless from './icons/serverless.png'; import strapi from './icons/strapi.png'; @@ -80,6 +81,11 @@ const CommunityPlatforms = [ url: 'https://github.com/brendanlong/sentry-ocaml', icon: ocaml, }, + { + name: 'Quarkus', + url: 'https://github.com/quarkiverse/quarkus-logging-sentry', + icon: quarkus, + }, { name: 'Scrapy', url: 'https://github.com/llonchj/scrapy-sentry',