feat: add rollbar to explore plugin (#1878)
This commit is contained in:
@@ -88,6 +88,15 @@ const toolsCards = [
|
||||
image: 'https://miro.medium.com/max/801/1*R28u8gj-hVdDFISoYqPhrQ.png',
|
||||
tags: ['gitops', 'dev'],
|
||||
},
|
||||
{
|
||||
title: 'Rollbar',
|
||||
description:
|
||||
'Error monitoring and crash reporting for agile development and continuous delivery',
|
||||
url: '/rollbar',
|
||||
image:
|
||||
'https://images.ctfassets.net/cj4mgtttlyx7/4DfiWj9CbuHBi10uWK7JHn/5e94a6c5dbd5d50bdcd8d9e78f88689b/rollbar-seo.png',
|
||||
tags: ['rollbar', 'monitoring', 'errors'],
|
||||
},
|
||||
];
|
||||
|
||||
const ExplorePluginPage: FC<{}> = () => {
|
||||
|
||||
Reference in New Issue
Block a user