diff options
author | 2020-11-18 22:46:09 +0100 | |
---|---|---|
committer | 2020-11-18 22:46:09 +0100 | |
commit | f346861feafd3f90df414f33694c6bbf36724e43 (patch) | |
tree | d3bdbccb5b1f1b80415c8929426bc36dfb273202 | |
parent | Second build to test caching (diff) |
Partially invalidate cache by changing file
-rw-r--r-- | snekbox/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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()], |