Skip to content

Commit f77fe38

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 f77fe38

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
@@ -16,6 +16,7 @@ import scrapy from './icons/scrapy.png';
1616
import serverless from './icons/serverless.png';
1717
import strapi from './icons/strapi.png';
1818
import terraform from './icons/terraform.png';
19+
import miniprogram from './icons/miniprogram.png';
1920
import wordpress from './icons/wordpress.png';
2021

2122
const CommunityPlatforms = [
@@ -99,6 +100,11 @@ const CommunityPlatforms = [
99100
url: 'https://github.com/jianyuan/terraform-provider-sentry',
100101
icon: terraform,
101102
},
103+
{
104+
name: 'Mini Programs',
105+
url: 'https://github.com/lizhiyao/sentry-miniapp',
106+
icon: miniprogram,
107+
},
102108
{
103109
name: 'WordPress',
104110
url: 'https://github.com/stayallive/wp-sentry',

0 commit comments

Comments
 (0)