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
I want to be able to snooze and ignore errors from certain IP addresses. Our website keeps on getting clientside errors which we think are coming from Microsoft Outlook safe link scan.
The problem is that we are not able to store the IP addresses of our European customers in your datacenter in US.
Describe the solution you'd like
Similarly to how I can configure IP collection:
Bugsnag.start({ collectUserIp: false })
I'm unsure about the naming, but It would be nice to have an option like:
Bugsnag.start({ collectUserIp: 'obfuscate' })
Describe alternatives you've considered
I could also try a clientside fingerprinting library like https://github.com/fingerprintjs/fingerprintjs that you suggest in your docs. However it seems more robust, and more efficient to store a hash of an IP address instead.
Additional context
The text was updated successfully, but these errors were encountered:
If you are sure that the error is unnecessary for your debugging and triage, you could you a callback method to discard the error caused by microsoft soft scans on your client side by checking the event object.
Additionally, you. could use our redactedKeys configuration option in a callback method to redact the reported IP for devices with a locale other than EU-US. However the drawback of this approach would be the reliability of the reported locale and the users region. Sometimes, locale settings might not accurately reflect the user's physical location.
clr182
added
the
awaiting feedback
Awaiting a response from a customer. Will be automatically closed after approximately 2 weeks.
label
Sep 26, 2024
Description
I want to be able to snooze and ignore errors from certain IP addresses. Our website keeps on getting clientside errors which we think are coming from Microsoft Outlook safe link scan.
The problem is that we are not able to store the IP addresses of our European customers in your datacenter in US.
Describe the solution you'd like
Similarly to how I can configure IP collection:
I'm unsure about the naming, but It would be nice to have an option like:
Describe alternatives you've considered
I could also try a clientside fingerprinting library like https://github.com/fingerprintjs/fingerprintjs that you suggest in your docs. However it seems more robust, and more efficient to store a hash of an IP address instead.
Additional context
The text was updated successfully, but these errors were encountered: