bugsnag-wordpress icon indicating copy to clipboard operation
bugsnag-wordpress copied to clipboard

Add Optional Tracking for CloudFlare

Open bhubbard opened this issue 5 years ago • 2 comments

For those sites that use CloudFlare it would be great to track their proxy info:

$_SERVER['HTTP_CF_IPCOUNTRY'] and $_SERVER['HTTP_CF_RAY']

bhubbard avatar Sep 25 '20 21:09 bhubbard

Hi @bhubbard,

Thanks for the suggestion, we will look into this when priorities allow.

johnkiely1 avatar Sep 29 '20 15:09 johnkiely1

Hey @bhubbard, we automatically record all $_SERVER values that start with "HTTP_". These should already be attached to errors in the "request" tab as Cf-Ipcountry and Cf-Ray as part of the "headers" object

imjoehaines avatar Nov 05 '20 15:11 imjoehaines