Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
RaygunHelper
Enables deployment tracking using Raygun.io
Thin wrapper around the Raygun HTTP deployment API
Nested types and modules
Type | Description |
RaygunConnectionSettings |
Connection configuration |
RaygunDeploymentData |
Data describing a deployment to Raygun |
Functions and values
Function or value | Description |
ReportDeployment settings data
Signature: settings:(RaygunConnectionSettings -> RaygunConnectionSettings) -> data:(RaygunDeploymentData -> RaygunDeploymentData) -> unit
|
Report a deployment to raygunReports a deployment to raygun so reported errors can be correlated with deployments Paramteres
|