-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed as not planned
Closed as not planned
Copy link
Description
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Version
23.1.0
Link
No response
DSN
No response
Steps to Reproduce
- Create a new exception event
- Add a GPU context and include one or more of the following keys:
max_texture_sizegraphics_shader_levelsupports_draw_call_instancingsupports_ray_tracingsupports_compute_shaderssupports_geometry_shaders
- Send the event to a native project
- View the event in issues
Expected Result
Values of the mentioned keys will be appropriately formatted or at least visible as they are described in the documentation:
https://develop.sentry.dev/sdk/event-payloads/contexts/#gpu-context
Actual Result
This issue is similar to #42969. There are two differences between these two:
- Right now, the GPU values are somehow displayed in the administration
- However, these properties are not described in the types even when they are documented (as shown above):
sentry/static/app/components/events/contexts/gpu/types.tsx
Lines 1 to 11 in 623a055
export enum GPUKnownDataType { ID = 'id', NAME = 'name', VERSION = 'version', VENDOR_NAME = 'vendor_name', VENDOR_ID = 'vendor_id', MEMORY = 'memory', NPOT_SUPPORT = 'npot_support', MULTI_THREAD_RENDERING = 'multi_threaded_rendering', API_TYPE = 'api_type', }
The context then appears like this:
Therefore, I am not entirely sure whether these properties should be added to the administration or whether they should be removed from the documentation as they are/were deemed unofficial.
Metadata
Metadata
Assignees
Labels
No labels
