Commit 08f47493 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'dz-error-tracking-event-payload-schema' into 'master'

Make error tracking payload less strict

See merge request gitlab-org/gitlab!69376
parents f0905cd3 60a01495
...@@ -27,95 +27,9 @@ ...@@ -27,95 +27,9 @@
"message": { "message": {
"type": "string" "type": "string"
}, },
"user": {
"type": "object",
"required": [],
"properties": {}
},
"tags": {
"type": "object",
"required": [],
"properties": {
"request_id": {
"type": "string"
}
}
},
"contexts": { "contexts": {
"type": "object",
"required": [],
"properties": {
"os": {
"type": "object",
"required": [],
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"build": {
"type": "string"
},
"kernel_version": {
"type": "string"
}
}
},
"runtime": {
"type": "object",
"required": [],
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"trace": {
"type": "object"
}
}
},
"fingerprint": {
"type": "array",
"items": {
"type": "string"
}
},
"breadcrumbs": {
"type": "object",
"required": [],
"properties": {
"values": {
"type": "array",
"items": {
"type": "object",
"required": [],
"properties": {
"category": {
"type": "string"
},
"data": {
"type": "object" "type": "object"
}, },
"message": {
"type": "string"
},
"timestamp": {
"type": "number"
}
}
}
}
}
},
"transaction": {
"type": "string"
},
"platform": { "platform": {
"type": "string" "type": "string"
}, },
...@@ -131,33 +45,6 @@ ...@@ -131,33 +45,6 @@
} }
} }
}, },
"request": {
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string"
},
"method": {
"type": "string"
},
"headers": {
"type": "object"
},
"env": {
"type": "object",
"required": [],
"properties": {
"SERVER_NAME": {
"type": "string"
},
"SERVER_PORT": {
"type": "string"
}
}
}
}
},
"exception": { "exception": {
"type": "object", "type": "object",
"required": [], "required": [],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment