Skip to content

Commit

Permalink
automated release 1.5.0
Browse files Browse the repository at this point in the history
adamyeats committed Dec 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ac68765 commit 4b8e8b7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$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.5.0",
"updated": "2023-12-12"
},
"dependencies": {
"grafanaDependency": ">=9.5.2",
"grafanaVersion": "8.4.x",
"plugins": []
}
}

0 comments on commit 4b8e8b7

Please sign in to comment.