From e689a226782a7bf67840e41645c1569a70cdcdfc Mon Sep 17 00:00:00 2001 From: Andrew Thauer <6507159+andrewthauer@users.noreply.github.com> Date: Sun, 9 Aug 2020 03:56:06 -0400 Subject: [PATCH] feat: add rollbar to explore plugin (#1878) --- plugins/explore/src/components/ExplorePluginPage.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/explore/src/components/ExplorePluginPage.tsx b/plugins/explore/src/components/ExplorePluginPage.tsx index c1d36f2544..1752f402be 100644 --- a/plugins/explore/src/components/ExplorePluginPage.tsx +++ b/plugins/explore/src/components/ExplorePluginPage.tsx @@ -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<{}> = () => {