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 Field | Description |
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 |