TTMSFNCCustomCloudSentry Class
Base component that connects to the Sentry service, retrieves projects, issues and events, and logs messages and exceptions. This is the non-published base class; use the published TTMSFNCCloudSentry component on a form.
API unit family: TMSFNCCloudSentry
Inherits from: TTMSFNCCloudBase
Syntax
TTMSFNCCustomCloudSentry = class(TTMSFNCCloudBase)
Properties
| Name | Description |
|---|---|
| Projects | Collection of projects available on the connected account. |
| ProjectsCursor | Pagination cursor for the most recent projects request. |
Methods
| Name | Description |
|---|---|
| Connect | Connects to the service, optionally using the supplied authentication token. |
| LogException | Logs an exception entry to the supplied project. |
| LogMessage | Logs a message entry to the supplied project. |