You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The captureIp config param appears to be ignored when there is no window, i.e. Node. Which makes sense when you are capturing errors on a node server. But it also stops capturing IP for Electron apps, where it can be useful to be able to know how many users are affected by an issue.
A workaround is to manually set payload.request.user_ip to $remote_ip or $remote_ip_anonymize.
The text was updated successfully, but these errors were encountered:
The
captureIp
config param appears to be ignored when there is nowindow
, i.e. Node. Which makes sense when you are capturing errors on a node server. But it also stops capturing IP for Electron apps, where it can be useful to be able to know how many users are affected by an issue.A workaround is to manually set
payload.request.user_ip
to$remote_ip
or$remote_ip_anonymize
.The text was updated successfully, but these errors were encountered: