![]() |
VOOZH | about |
The CData ODBC Driver for Sentry enables access to live data from Sentry under the ODBC standard, allowing you work with Sentry data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Sentry data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Sentry data in Dundas BI.
Sentry uses token-based authentication. To obtain an Auth Token:
After obtaining your Auth Token, set the following connection properties:
Profile=C:\profiles\Sentry.apip;AuthScheme=APIKey;ProfileSettings="APIKey=your_auth_token;OrganizationId=your_org_slug";
Once the authentication is configured, you can connect to Sentry and query data from any of the available tables such as Organizations, Projects, Issues, and Events.
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
You are now ready to create a dashboard with Sentry data.
Connect to live data from Sentry with the API Driver
Connect to Sentry