diff --git a/src/components/communitySupportedPlatforms/icons/quarkus.png b/src/components/communitySupportedPlatforms/icons/quarkus.png new file mode 100644 index 0000000000000..5b30f890926fa 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 4a3bd1edfb119..c5036d931bbb4 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',