We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0b212 commit b9fb07eCopy full SHA for b9fb07e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.1.0 (2025-04-17)
4
+
5
+- Support sorting direction in the events query builder ([#478](https://github.com/grafana/sentry-datasource/pull/478))
6
+- Support tags auto-completion in the events query builder ([#477](https://github.com/grafana/sentry-datasource/pull/477))
7
+- Dependency updates
8
9
## 2.0.0 (2025-04-02)
10
11
- Allow choosing fields to fetch for sentry events ([#400](https://github.com/grafana/sentry-datasource/pull/400))
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-sentry-datasource",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Grafana data source plugin for Sentry",
"main": "dist/module.js",
"author": "Grafana Labs",
0 commit comments