Skip to content

Commit a75423e

Browse files
authored
feat(relay): Add driver_version to GPU Context (#4767)
- Ref getsentry/sentry-docs#13235
1 parent c2a1c51 commit a75423e

File tree

1 file changed

+4
-0
lines changed
  • relay-event-schema/src/protocol/contexts

1 file changed

+4
-0
lines changed

relay-event-schema/src/protocol/contexts/gpu.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ pub struct GpuContext {
3939
#[metastructure(pii = "maybe")]
4040
pub vendor_name: Annotated<String>,
4141

42+
/// The driver version as reported by the graphics device.
43+
#[metastructure(pii = "maybe")]
44+
pub driver_version: Annotated<String>,
45+
4246
/// The total GPU memory available in Megabytes.
4347
#[metastructure(pii = "maybe")]
4448
pub memory_size: Annotated<u64>,

0 commit comments

Comments
 (0)