Skip to content

Commit cbdcffb

Browse files
committed
fix(refcache): manually update status code from 404 to 206 for Sentry Software URL (see #8515)
Signed-off-by: Vitor Vasconcellos <[email protected]>
1 parent 1394506 commit cbdcffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/refcache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21760,7 +21760,7 @@
2176021760
"LastSeen": "2025-11-24T00:09:18.909359118Z"
2176121761
},
2176221762
"https://www.sentrysoftware.com/products/hardware-sentry-opentelemetry-collector.html": {
21763-
"StatusCode": 404,
21763+
"StatusCode": 206,
2176421764
"LastSeen": "2025-11-26T09:44:44.883797941Z"
2176521765
},
2176621766
"https://www.serverless.com/framework/docs/getting-started": {

0 commit comments

Comments
 (0)