feat: add rollbar to explore plugin (#1878)

This commit is contained in:
Andrew Thauer
2020-08-09 03:56:06 -04:00
committed by GitHub
parent eddaf57616
commit e689a22678
@@ -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<{}> = () => {