Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

RaygunDeploymentData

Data describing a deployment to Raygun

Record Fields

Record FieldDescription
apiKey
Signature: string

Application API key Required, no sensible default

comment
Signature: string

Release notes Optional, defaults to empty string

createdAt
Signature: DateTime

Datetime of the deployment Optional, Defaults to System.DateTime.UtcNow

emailAddress
Signature: string

Email address of person responsible for deployment Optional, defaults to empty string

ownerName
Signature: string

Name of person responsible for deployment Optional, defaults to empty string

scmIdentifier
Signature: string

Hash code (or other commit identifier) from source control system Optional, Defaults to current git hash if executed from a git repository else defaults to empty string

version
Signature: string

Version string describing deployed version Should be the same as reported by the application to raygun when posting an error Required, no sensible default