Sentry Native integration

Hey!

I was able to spin up a Sentry pod on openshift → memory leak when migrating databases is something that should be adressed sooner than later. Anywho when I tried the example provided here I get this error inside sentry:

12:30:59 [WARNING] django.request: Forbidden (CSRF cookie not set.): /api/1/envelope/ (status_code=403 request=<WSGIRequest: POST u’/api/1/envelope/'>)
10.125.2.1 - - [20/Jul/2020:12:30:59 +0000] “POST /api/1/envelope/ HTTP/1.1” 403 6059 “-” “sentry.native/0.3.4”

If I send a curl request to the API i get a neat HTML webpage that shows the csrf error. What do I have to do to get it up and running?