Sentry data source plugin for Grafana
The Sentry data source plugin lets you query and visualize Sentry data within Grafana.
For user-facing documentation on configuration, query types, template variables, and troubleshooting, refer to the Sentry data source documentation.
Requirements
- Grafana 10.4.0 or later
- An active Sentry account
Install the plugin
To install the Sentry data source plugin in your Grafana instance, refer to Installation.
Development
Frontend
Install dependencies:
npm installBuild the plugin in development mode:
npm run devBuild the plugin in production mode:
npm run build
Backend
Build the backend plugin binaries:
mage -v build:linuxList all available Mage targets:
mage -l
Run Grafana with the plugin
Use Docker Compose to start a Grafana instance with the plugin installed:
docker compose up
Run tests
npm run test
Learn more
- Version
- 2.2.6
- Dependencies
- Grafana >=10.4.0-0
- Developer
- Grafana Labs
- Last Updated
- August 4, 2026