Skip to content

Commit f2abb66

Browse files
committed
fixup! Replaced raven with sentry-sdk
1 parent eaa8fb1 commit f2abb66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fluentdemo/settings/docker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
try:
1111
with open(SRC_DIR + '/.docker-git-version') as f:
1212
GIT_VERSION = f.read().strip()
13-
RAVEN_CONFIG['release'] = GIT_VERSION
1413
except IOError:
1514
pass
1615

0 commit comments

Comments
 (0)