diff --git a/src/components/communitySupportedPlatforms/icons/miniprogram.png b/src/components/communitySupportedPlatforms/icons/miniprogram.png new file mode 100644 index 0000000000000..b41b3d5ed87ae Binary files /dev/null and b/src/components/communitySupportedPlatforms/icons/miniprogram.png differ diff --git a/src/components/communitySupportedPlatforms/index.tsx b/src/components/communitySupportedPlatforms/index.tsx index d18c0b75c34d8..03bfecf29eb27 100644 --- a/src/components/communitySupportedPlatforms/index.tsx +++ b/src/components/communitySupportedPlatforms/index.tsx @@ -9,6 +9,7 @@ import grails from './icons/grails.png'; import hono from './icons/hono.png'; import kubernetes from './icons/kubernetes.png'; import lua from './icons/lua.png'; +import miniprogram from './icons/miniprogram.png'; import nuxt from './icons/nuxt.png'; import ocaml from './icons/ocaml.png'; import quarkus from './icons/quarkus.png'; @@ -64,6 +65,11 @@ const CommunityPlatforms = [ url: 'https://github.com/cloudflare/raven-lua', icon: lua, }, + { + name: 'Mini Programs', + url: 'https://github.com/lizhiyao/sentry-miniapp', + icon: miniprogram, + }, { name: 'Nuxt 2', url: 'https://github.com/nuxt-community/sentry-module',