Rasmus Milesson
Rasmus Milesson
Can this PR get some attention please? There should be absolutely no issues to get this merged.
Bump this issue. This is horrendous.
@azaslavsky Yes. Everything else seems to work correctly and I can access the web frontend without issues. We have two backend projects where I've implemented performance metrics. Only of them...
Also, looking at issues on the internal-project on Sentry reports no issues.
@azaslavsky You know what. I just noticed that we stopped receiving anything three days ago. Probably when I upgraded Sentry to 24.3.0.
Here is a larger log output: ``` sentry-self-hosted-nginx-1 | 172.30.0.1 - - [05/Apr/2024:13:55:07 +0000] "GET /api/0/organizations/tankbar/searches/ HTTP/1.0" 200 222 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36"...
I'm also seeing what I believe to be some Kafka errors intermittently when I run `docker compose logs` ``` sentry-self-hosted-post-process-forwarder-errors-1 | 14:13:43 [INFO] arroyo.processing.processor: New partitions assigned: {Partition(topic=Topic(name='events'), index=0): 26518427}...
It seems like things are stuck in a loop? I'm seeing a lot of recurring errors in the log. I do not know if it's just logspam and expected or...
I totally forgot to follow up on this! Sorry! @aldy505's solution above solved our problems and Sentry runs like a charm :)
You could also just keep track of it yourself: ``` (function() { "use strict"; is_flipster_initialized = false; function init_flipster() { if(is_flipster_initialized) { return; } // init flipster here is_flipster_initialized =...