Skip to content

Commit be258c9

Browse files
authored
feat(develop): Add driver_version to GPU context (#13235)
The Electron SDK has started including this: https://github.com/getsentry/sentry-electron/blob/bcfdbfec0c6d2f3eb28430fb8d0121d4b61123ac/src/main/integrations/gpu-context.ts#L20
1 parent e882001 commit be258c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

develop-docs/sdk/data-model/event-payloads/contexts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,10 @@ GPU context describes the GPU of the device.
436436

437437
Examples: `"Apple Metal"` or `"Direct3D11"`
438438

439+
`driver_version`
440+
441+
: _Optional_. The driver version of the graphics device.
442+
439443
`multi_threaded_rendering`
440444

441445
: _Optional_. Whether the GPU has multi-threaded rendering or not.

0 commit comments

Comments
 (0)