add git version in log
This commit is contained in:
parent
4390925dc8
commit
cc782e858a
2 changed files with 3 additions and 1 deletions
|
@ -20,3 +20,5 @@ opencc
|
|||
dnspython
|
||||
typesense
|
||||
markdownify
|
||||
sentry-sdk
|
||||
gitpython
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue