Skip to content

Commit 0ab2620

Browse files
hugo-ccabralhugo-ccabral
andauthored
Adjust attribute name to a valid for HDX (deco-cx#984)
Co-authored-by: hugo-ccabral <hugo@deco.cx>
1 parent 9eda35c commit 0ab2620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/caches/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const withInstrumentation = (
4545
//there is an edge case where there is no expires header, but technically our loader always sets it
4646
const result = getCacheStatus(isMatch);
4747

48-
span.setAttribute("status", result);
48+
span.setAttribute("cache_status", result);
4949
cacheHit.add(1, {
5050
result,
5151
engine,

0 commit comments

Comments
 (0)