Skip to content

Commit e4f28ec

Browse files
committed
feat: Add Mini Programs to community-supported SDKs
Add sentry-miniapp (https://github.com/lizhiyao/sentry-miniapp) to the community-supported SDK list.
1 parent b3bb169 commit e4f28ec

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
6.67 KB
Loading

src/components/communitySupportedPlatforms/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import grails from './icons/grails.png';
99
import hono from './icons/hono.png';
1010
import kubernetes from './icons/kubernetes.png';
1111
import lua from './icons/lua.png';
12+
import miniprogram from './icons/miniprogram.png';
1213
import nuxt from './icons/nuxt.png';
1314
import ocaml from './icons/ocaml.png';
1415
import quarkus from './icons/quarkus.png';
@@ -64,6 +65,11 @@ const CommunityPlatforms = [
6465
url: 'https://github.com/cloudflare/raven-lua',
6566
icon: lua,
6667
},
68+
{
69+
name: 'Mini Programs',
70+
url: 'https://github.com/lizhiyao/sentry-miniapp',
71+
icon: miniprogram,
72+
},
6773
{
6874
name: 'Nuxt 2',
6975
url: 'https://github.com/nuxt-community/sentry-module',

0 commit comments

Comments
 (0)