Skip to content

Commit 5844d70

Browse files
committed
automated release 2.1.0
1 parent 613a05d commit 5844d70

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

dist/plugin.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
3+
"type": "datasource",
4+
"name": "Sentry",
5+
"id": "grafana-sentry-datasource",
6+
"metrics": true,
7+
"backend": true,
8+
"alerting": true,
9+
"annotations": true,
10+
"executable": "gpx_sentry-datasource",
11+
"info": {
12+
"description": "Grafana datasource plugin for Sentry",
13+
"author": {
14+
"name": "Grafana Labs",
15+
"url": "https://grafana.com"
16+
},
17+
"keywords": [
18+
"Sentry",
19+
"Application monitoring",
20+
"Error tracking"
21+
],
22+
"logos": {
23+
"small": "img/sentry-small.svg",
24+
"large": "img/sentry-large.svg"
25+
},
26+
"links": [],
27+
"screenshots": [],
28+
"version": "2.1.0",
29+
"updated": "2025-04-17"
30+
},
31+
"dependencies": {
32+
"grafanaDependency": ">=10.4.0",
33+
"plugins": []
34+
},
35+
"buildMode": "production"
36+
}

0 commit comments

Comments
 (0)