Skip to content

Commit fd2ec5d

Browse files
committed
vendor_id string
1 parent 1cb180f commit fd2ec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Sentry/Scripts/Sentry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public Context()
332332
{
333333
id = SystemInfo.graphicsDeviceID,
334334
name = SystemInfo.graphicsDeviceName,
335-
vendor_id = SystemInfo.graphicsDeviceVendorID,
335+
vendor_id = SystemInfo.graphicsDeviceVendorID.ToString(),
336336
vendor_name = SystemInfo.graphicsDeviceVendor,
337337
memory_size = SystemInfo.graphicsMemorySize,
338338
multi_threaded_rendering = SystemInfo.graphicsMultiThreaded,

0 commit comments

Comments
 (0)