Skip to content

Add Quarkus to community maintained SDKs #12834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/communitySupportedPlatforms/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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',
Expand Down
Loading