sentryexporter.json•954 B
{
"fields": [
{
"name": "DSN",
"type": "string",
"description": "DSN to report transaction to Sentry. If the DSN is not set, no trace will be sent to Sentry.",
"required": true,
"mapstructureTag": "dsn"
},
{
"name": "Environment",
"type": "string",
"description": "The deployment environment name, such as production or staging. Environments are case-sensitive. The environment name can't contain newlines, spaces or forward slashes, can't be the string \"None\", or exceed 64 characters.",
"required": true,
"mapstructureTag": "environment"
},
{
"name": "InsecureSkipVerify",
"type": "bool",
"description": "InsecureSkipVerify controls whether the client verifies the Sentry server certificate chain",
"required": true,
"mapstructureTag": "insecure_skip_verify"
}
],
"imports": [
"errors"
],
"packageName": "sentryexporter"
}