From f346861feafd3f90df414f33694c6bbf36724e43 Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff Date: Wed, 18 Nov 2020 22:46:09 +0100 Subject: Partially invalidate cache by changing file --- snekbox/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/snekbox/__init__.py b/snekbox/__init__.py index d9b007c..2e7b22e 100644 --- a/snekbox/__init__.py +++ b/snekbox/__init__.py @@ -9,6 +9,7 @@ from sentry_sdk.integrations.falcon import FalconIntegration DEBUG = os.environ.get("DEBUG", False) +# Add comment to invalidate cache partially sentry_sdk.init( dsn=os.environ.get("SNEKBOX_SENTRY_DSN", ""), integrations=[FalconIntegration()], -- cgit v1.2.3