What is Sentry? #
Sentry is a crash reporting platform that provides you with “real-time insight into production deployments with info to reproduce and fix crashes”. It notifies you of exceptions or errors that your users run into while using your app and organizes them for you on a web dashboard.
Why Should You Use the Sentry Connector? #
The Sentry connector provides visibility into the assets in your environment. You can use this visibility to:
-
ensure assets are managed per your security policies
-
derive relationships between assets, users, applications, and data
How Does This Connector Work? #
Lucidum executes read-only requests to the Sentry REST API and ingests only meta-data about Sentry devices. Lucidum does not retrieve any data stored on your assets.
Configuring the Connector in Lucidum #
Field |
Description |
Example |
---|---|---|
URL |
The URL for the Sentry API. |
https://sentry.io |
Organization Names |
List organizations in Sentry to ingest data from. |
|
API Token |
API key for a Sentry account with read access to API data. The user account associated with the API Token should have the permissions:
|
************ |
Source Documentation #
Creating Credentials #
For details on creating an API Token, see
-
Sentry API bearer token. To create an API token, see https://docs.sentry.io/api/guides/create-auth-token/
-
The API token requires the following permissions:
-
org: read
-
project:read
-
Required Permissions #
-
The API token requires the following permissions:
-
org: read
-
project:read
-