Skip to content

Commit 75b8d2c

Browse files
feat(uptime): add robots.txt rejection as an uptime check result (#444)
--------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent 25e653a commit 75b8d2c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"guid": "54afc7ed9c53491481919c931f75bae1",
3+
"subscription_id": "5421b5df80744113a6b57014f01a3a42",
4+
"status": "disallowed_by_robots",
5+
"status_reason": null,
6+
"trace_id": "947efba02dac463b9c1d886a44bafc94",
7+
"span_id": "58e84098e63f42e1",
8+
"scheduled_check_time_ms": 1717614062978,
9+
"actual_check_time_ms": 1717614068008,
10+
"duration_ms": null,
11+
"request_info": null
12+
}

schemas/uptime-results.v1.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"title": "check_status",
88
"description": "The status of the check",
99
"type": "string",
10-
"enum": ["success", "failure", "missed_window"]
10+
"enum": ["success", "failure", "missed_window", "disallowed_by_robots"]
1111
},
1212
"CheckStatusReasonType": {
1313
"title": "check_status_reason_type",

0 commit comments

Comments
 (0)