Sentry
Sentry (opens in a new tab) is an error monitoring and application performance monitoring (APM) platform.
Prerequisites
In order to integrate with Sentry, you'll need to collect the following information:
Name | Description |
---|---|
Domain* | Your Sentry API URL (default: sentry.io ). |
Access token* | Your authentication token for Sentry. Follow Sentry's docs to retrive this (opens in a new tab). |
Integrating with Sentry
To integrate an existing system with Sentry:
- Navigate to Data map → View Systems and choose the system that you want to connect.
- Click on the Integrations tab.
- Pick the vendor or system type that you want to integrate with from the Connection type drop-down menu.
- Complete the required fields for the integration and click Save.
You may confirm your connection is working using the Test connection button, if desired.
To learn more, please see our guide for Managing Integrations.
Technical detail
Fides utilizes API endpoints to access the API service for a SaaS application. An API service is the programmatic interface through which Fides can query and update data within an application to access, rectify, or delete personal information. Each SaaS tool will have a unique set of endpoints to enable privacy functions.
Sentry endpoints
In the table below, you can find which endpoints are used for each type of privacy function. Clicking on the endpoint will take you to the documentation for that endpoint.
Privacy function | Endpoint | Description |
---|---|---|
Access Requests | Organizations (opens in a new tab) | Used to return information about organizations. |
Access Requests | Employees (opens in a new tab) | Used to return information about employees. |
Access Requests | Projects (opens in a new tab) | Used to return information about projects. |
Access Requests | Issues (opens in a new tab) | Used to retrieve issues assigned to projects. |
Access Requests | User feedback (opens in a new tab) | Used to return feedback for projects. |
Access Requests | Person (opens in a new tab) | Used to return project users. |
Delete Requests | Issues (opens in a new tab) | Used to update issue information. |