We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb180f commit fd2ec5dCopy full SHA for fd2ec5d
Assets/Sentry/Scripts/Sentry.cs
@@ -332,7 +332,7 @@ public Context()
332
{
333
id = SystemInfo.graphicsDeviceID,
334
name = SystemInfo.graphicsDeviceName,
335
- vendor_id = SystemInfo.graphicsDeviceVendorID,
+ vendor_id = SystemInfo.graphicsDeviceVendorID.ToString(),
336
vendor_name = SystemInfo.graphicsDeviceVendor,
337
memory_size = SystemInfo.graphicsMemorySize,
338
multi_threaded_rendering = SystemInfo.graphicsMultiThreaded,
0 commit comments