Skip to content

Commit

Permalink
automated release 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc committed Nov 28, 2024
1 parent 1e22f31 commit 403b734
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -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.8.5",
"updated": "2024-11-28"
},
"dependencies": {
"grafanaDependency": ">=9.5.2",
"plugins": []
}
}

0 comments on commit 403b734

Please sign in to comment.