Wrong casing of the user custom data keys.
Kentzo
Posted on
Jun 27 2014
Raygun breaks casing in the userCustomData: The data is sent like this:
"userCustomData": {
"LOCALE": "pt_BR, cp1252",
"GL_EXTENSIONS": "Traceback (most recent call last):\n File \"andy\", line 51, in handle_exception\nOSError: exception: access violation reading 0x0000000000000030\n",
"MEMORY_TOTAL": "8.0",
"GL_RENDERER": "Traceback (most recent call last):\n File \"andy\", line 51, in handle_exception\nOSError: exception: access violation reading 0x0000000000000030\n",
"GL_VENDOR": "Traceback (most recent call last):\n File \"andy\", line 51, in handle_exception\nOSError: exception: access violation reading 0x0000000000000030\n",
"GL_VERSION": "Traceback (most recent call last):\n File \"andy\", line 51, in handle_exception\nOSError: exception: access violation reading 0x0000000000000030\n",
"MEMORY_AVAIL": "6.0"
}
But it's displayed like this:
lOCALE pt_BR, cp1252
gL_EXTENSIONS Traceback (most recent call last):
File "andy", line 51, in handle_exception
OSError: exception: access violation reading 0x0000000000000030
mEMORY_TOTAL 8.0
gL_RENDERER Traceback (most recent call last):
File "andy", line 51, in handle_exception
OSError: exception: access violation reading 0x0000000000000030
gL_VENDOR Traceback (most recent call last):
File "andy", line 51, in handle_exception
OSError: exception: access violation reading 0x0000000000000030
gL_VERSION Traceback (most recent call last):
File "andy", line 51, in handle_exception
OSError: exception: access violation reading 0x0000000000000030
mEMORY_AVAIL 6.0
Notice that the first letter of the key os lower-cased.
Callum
Posted on
Jun 27 2014
Thanks for reporting this, we will look into this in the next round of web app updates.
Regards,
Callum Gavin
Mindscape Limited