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.
- Grafana 10.4.0 or later
- An active Sentry account
To install the Sentry data source plugin in your Grafana instance, refer to Installation.
-
Install dependencies:
npm install
-
Build the plugin in development mode:
npm run dev
-
Build the plugin in production mode:
npm run build
-
Build the backend plugin binaries:
mage -v build:linux
-
List all available Mage targets:
mage -l
Use Docker Compose to start a Grafana instance with the plugin installed:
docker compose upnpm run test