From 7d804579ff9306bf2bd73ded03c7ef0a877ef8cc Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Thu, 30 Jan 2025 09:01:42 +0100 Subject: [PATCH] Add 3 more apps to 'sentry phonehome setup' necessary as per the comment above 'in_app_include'; --- bugsink/utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bugsink/utils.py b/bugsink/utils.py index 9e66d96..2a197c0 100644 --- a/bugsink/utils.py +++ b/bugsink/utils.py @@ -72,12 +72,15 @@ def eat_your_own_dogfood(sentry_dsn, **kwargs): # evidenced by the line `if item == name or name.startswith(item + "."):` in the sentry_sdk source: "in_app_include": [ "alerts", + "bsmain", "bugsink", "compat", "events", + "ee", "ingest", "issues", "performance", + "phonehome", "projects", "releases", "sentry",