From ac0d71ab243b1be018e079fc6d9b549d3f046b77 Mon Sep 17 00:00:00 2001 From: caelean Date: Mon, 9 Dec 2024 16:56:53 -0800 Subject: [PATCH 1/2] Sentry core should not depend on plugins --- src/tach.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tach.toml b/src/tach.toml index af5737979437e5..1e6943fcd47169 100644 --- a/src/tach.toml +++ b/src/tach.toml @@ -27,7 +27,6 @@ depends_on = [ { path = "bitfield" }, { path = "django_picklefield" }, { path = "flagpole" }, - { path = "sentry_plugins", deprecated = true }, { path = "social_auth" }, { path = "sudo" }, ] From f2d3db4c970571b043a0798670923a596ed0466d Mon Sep 17 00:00:00 2001 From: caelean Date: Sat, 14 Dec 2024 13:34:16 -0800 Subject: [PATCH 2/2] make some errors based on config changes --- src/tach.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tach.toml b/src/tach.toml index 45479e920c16f5..203706e1337d90 100644 --- a/src/tach.toml +++ b/src/tach.toml @@ -26,7 +26,7 @@ path = "sentry" depends_on = [ { path = "bitfield" }, { path = "django_picklefield" }, - { path = "flagpole" }, +# { path = "flagpole" }, { path = "sentry_plugins" }, { path = "social_auth" }, { path = "sudo" }, @@ -51,7 +51,7 @@ depends_on = [] [[interfaces]] expose = [ ".*utils.*", - ".*integrations.*", +# ".*integrations.*", "utils.*" ]