diff --git a/src/apps.json b/src/apps.json index 2433dd47c..97732d876 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8381,6 +8381,18 @@ "icon": "SDL Tridion.png", "website": "http://www.sdl.com/products/tridion" }, + "Sentry": { + "cats": [ + 13 + ], + "html": "]*>\\s*Raven\\.config\\('[^']*', {\\s+release: '([0-9\\.]+)'\\;version:\\1", + "script": { + "Raven.config": "", + "ravenOptions.whitelistUrls": "" + }, + "icon": "Sentry.svg", + "website": "https://sentry.io/" + }, "SIMsite": { "cats": [ 1 diff --git a/src/icons/Sentry.svg b/src/icons/Sentry.svg new file mode 100644 index 000000000..53b613be4 --- /dev/null +++ b/src/icons/Sentry.svg @@ -0,0 +1 @@ +sentry-glyph-black \ No newline at end of file