Skip to content

Commit a9d3071

Browse files
committed
improve
1 parent 2880975 commit a9d3071

File tree

1 file changed

+1
-1
lines changed
  • sentry-types/src/protocol

1 file changed

+1
-1
lines changed

sentry-types/src/protocol/v7.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ into_context!(Otel, OtelContext);
15301530
into_context!(Response, ResponseContext);
15311531

15321532
const INFERABLE_CONTEXTS: &[&str] = &[
1533-
"device", "os", "runtime", "app", "browser", "trace", "gpu", "otel",
1533+
"device", "os", "runtime", "app", "browser", "trace", "gpu", "otel", "response",
15341534
];
15351535

15361536
struct ContextsVisitor;

0 commit comments

Comments
 (0)