Hi,
I am trying to integrate onpremise sentry 9.1.0 into spring boot application using sentry spring boot starter 3.2.0. I am able to send events to the server but getting CSRF token error back
(checked this using wireframe as I am not getting any response error back in application).
Does 9.1.0 support sentry spring boot starter?
Could you please help me if we need to use the latest 21.1.0 on premise version to solve this or do any changes to 9.1.0 will help ?
CSRF error in html
CSRF Verification Failed
<p>A required security token was not found or was invalid.</p>
<p>If you're continually seeing this issue, try the following:</p>
<ol>
<li>Clear cookies (at least for Sentry's domain).</li>
<li>Reload the page you're trying to submit (don't re-submit data).</li>
<li>Re-enter the information, and submit the form again.</li>
</ol>