We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bb169 commit e4f28ecCopy full SHA for e4f28ec
2 files changed
src/components/communitySupportedPlatforms/icons/miniprogram.png
6.67 KB
src/components/communitySupportedPlatforms/index.tsx
@@ -9,6 +9,7 @@ import grails from './icons/grails.png';
9
import hono from './icons/hono.png';
10
import kubernetes from './icons/kubernetes.png';
11
import lua from './icons/lua.png';
12
+import miniprogram from './icons/miniprogram.png';
13
import nuxt from './icons/nuxt.png';
14
import ocaml from './icons/ocaml.png';
15
import quarkus from './icons/quarkus.png';
@@ -64,6 +65,11 @@ const CommunityPlatforms = [
64
65
url: 'https://github.com/cloudflare/raven-lua',
66
icon: lua,
67
},
68
+ {
69
+ name: 'Mini Programs',
70
+ url: 'https://github.com/lizhiyao/sentry-miniapp',
71
+ icon: miniprogram,
72
+ },
73
{
74
name: 'Nuxt 2',
75
url: 'https://github.com/nuxt-community/sentry-module',
0 commit comments