FAKE - F# Make


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
Fork me on GitHub