add git version in log

This commit is contained in:
Your Name 2022-07-19 14:51:31 -04:00
parent 4390925dc8
commit cc782e858a
2 changed files with 3 additions and 1 deletions

View file

@ -20,3 +20,5 @@ opencc
dnspython
typesense
markdownify
sentry-sdk
gitpython

View file

@ -21,7 +21,7 @@
<script type="text/javascript">
Sentry.init({
dsn: "https://4114d1a8e46f465e9fd2ced88ad39455@o1312956.ingest.sentry.io/6562215",
release: "NeoDB@0.1",
release: "NeoDB@{{ version_hash }}",
tracesSampleRate: 1.0,
});
</script>