TTMSFNCCloudSentry Class
Drop-in component that logs messages and exceptions to the Sentry service, organized by project.
API unit family: TMSFNCCloudSentry
Inherits from: TTMSFNCCustomCloudSentry
Syntax
TTMSFNCCloudSentry = class(TTMSFNCCustomCloudSentry)
Remarks
Call Connect with an authentication token, then use LogMessage or LogException.
Properties
| Name | Description |
|---|---|
| AuthenticationToken | Authentication token used to authorize requests to the service. (inherited from TTMSFNCCustomCloudSentry) |
| Projects | Collection of projects available on the connected account. (inherited from TTMSFNCCustomCloudSentry) |
| ProjectsCursor | Pagination cursor for the most recent projects request. (inherited from TTMSFNCCustomCloudSentry) |
Methods
| Name | Description |
|---|---|
| Connect | Connects to the service, optionally using the supplied authentication token. (inherited from TTMSFNCCustomCloudSentry) |
| LogException | Logs an exception entry to the supplied project. (inherited from TTMSFNCCustomCloudSentry) |
| LogMessage | Logs a message entry to the supplied project. (inherited from TTMSFNCCustomCloudSentry) |
Events
| Name | Description |
|---|---|
| OnConnected | Occurs when a connection attempt started by Connect completes successfully. (inherited from TTMSFNCCustomCloudSentry) |
| OnGetAllEvents | Occurs when all events for an issue have been retrieved across every page. (inherited from TTMSFNCCustomCloudSentry) |
| OnGetAllIssues | Occurs when all issues for a project have been retrieved across every page. (inherited from TTMSFNCCustomCloudSentry) |
| OnGetAllProjects | Occurs when all projects have been retrieved across every page. (inherited from TTMSFNCCustomCloudSentry) |
| OnGetEvents | Occurs when a page of events for an issue has been retrieved. (inherited from TTMSFNCCustomCloudSentry) |
| OnGetIssues | Occurs when a page of issues for a project has been retrieved. (inherited from TTMSFNCCustomCloudSentry) |
| OnGetProjects | Occurs when a page of projects has been retrieved. (inherited from TTMSFNCCustomCloudSentry) |
| OnLogException | Occurs when an exception logged with LogException has been submitted. (inherited from TTMSFNCCustomCloudSentry) |
| OnLogMessage | Occurs when a message logged with LogMessage has been submitted. (inherited from TTMSFNCCustomCloudSentry) |