Skip to content

Fix: Sentry emit an (empty) report every minute#13

Merged
TrueBrain merged 1 commit intoOpenTTD:mainfrom
TrueBrain:sentry-disable-reports
Jun 12, 2023
Merged

Fix: Sentry emit an (empty) report every minute#13
TrueBrain merged 1 commit intoOpenTTD:mainfrom
TrueBrain:sentry-disable-reports

Conversation

@TrueBrain
Copy link
Copy Markdown
Member

@TrueBrain TrueBrain commented Jun 12, 2023

While working on the new infrastructure, I noticed that every minute all services send a report to Sentry. After some investigation, turns out that this is the "client report".

I have a bit of an issues with this reporting. This client report contains how many events were missed, for statistical goals. Which on its own is fine. But .. it also sends this report even if there are no missed events at all. And it sends this every minute.

So this really smells like tracking, more than something that is actually useful. I am sure it was added with the best intentions, but having all services that use Sentry report in every minute with an empty report feels ... very ... wrong? bad? silly? useless?

Anyway, enough ranting. Let's just disable the tracking reporting, and be done with it.

Edit: I have to nuance my rant, it only does this when there are actual dismissed events; it doesn't send empty reports. It is still very weird this happens every minute when there are.

@TrueBrain TrueBrain merged commit b6dc833 into OpenTTD:main Jun 12, 2023
@TrueBrain TrueBrain deleted the sentry-disable-reports branch June 12, 2023 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants