Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can address the issue of spam bots spamming your Sentry.io account in the following ways:

  1. Put a CAPTCHA in place to verify that the request is coming from a real person and not a bot.

  2. Implement rate limiting on your API endpoints to limit the number of requests that can be sent by an IP address.

  3. Implement CSRF token validation to ensure that the request is coming from a valid form submission.

  4. Whitelist trusted IPs to ensure that only authorized systems are able to send requests to your Sentry.io account.

  5. Review the logs and identify the source of the spam bot activity. Block the offending IP addresses or domains to prevent further spam.

  6. Implement two-factor authentication for your Sentry.io account to reduce the risk of unauthorized access.

  7. Contact Sentry.io support for further assistance in addressing the issue.