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

TypeDescription
RaygunConnectionSettings

Connection configuration

RaygunDeploymentData

Data describing a deployment to Raygun

Functions and values

Function or valueDescription
ReportDeployment settings data
Signature: settings:(RaygunConnectionSettings -> RaygunConnectionSettings) -> data:(RaygunDeploymentData -> RaygunDeploymentData) -> unit

Report a deployment to raygun

Reports a deployment to raygun so reported errors can be correlated with deployments

Paramteres

  • settings : Function that sets the raygun connection settings.
  • data : Function that sets the deployment data