From e1d0edf1e1e188979c4419254848a51ca07aba06 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Fri, 22 Mar 2024 14:12:19 +0000 Subject: [PATCH] automated release 1.6.0 --- dist/plugin.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..e12928d --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", + "type": "datasource", + "name": "Sentry", + "id": "grafana-sentry-datasource", + "metrics": true, + "backend": true, + "alerting": true, + "annotations": true, + "executable": "gpx_sentry-datasource", + "info": { + "description": "Grafana datasource plugin for Sentry", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["Sentry", "Application monitoring", "Error tracking"], + "logos": { + "small": "img/sentry-small.svg", + "large": "img/sentry-large.svg" + }, + "links": [], + "screenshots": [], + "version": "1.6.0", + "updated": "2024-03-22" + }, + "dependencies": { + "grafanaDependency": ">=9.5.2", + "plugins": [] + } +}