We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123a4d8 commit 7a2d6ccCopy full SHA for 7a2d6cc
src/aleph/vm/orchestrator/cli.py
@@ -20,7 +20,7 @@
20
from aleph.vm.conf import ALLOW_DEVELOPER_SSH_KEYS, make_db_url, settings
21
from aleph.vm.models import VmExecution
22
from aleph.vm.pool import VmPool
23
-from aleph.vm.version import get_version_from_apt, get_version_from_git
+from aleph.vm.version import __version__, get_version_from_apt, get_version_from_git
24
25
from . import metrics, supervisor
26
from .pubsub import PubSub
@@ -325,6 +325,7 @@ def main():
325
# of transactions for performance monitoring.
326
# We recommend adjusting this value in production.
327
traces_sample_rate=1.0,
328
+ release=__version__,
329
)
330
sentry_sdk.set_context(
331
"version",
0 commit comments