We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01be4ad commit 79632fdCopy full SHA for 79632fd
h/app.py
@@ -7,6 +7,7 @@
7
from pyramid.settings import asbool
8
from pyramid.tweens import EXCVIEW
9
10
+from h._version import get_version
11
from h.config import configure
12
from h.sentry_filters import SENTRY_FILTERS
13
from h.views.client import DEFAULT_CLIENT_URL
@@ -116,6 +117,7 @@ def _configure_sentry(config):
116
117
"h_pyramid_sentry.retry_support": True,
118
"h_pyramid_sentry.celery_support": True,
119
"h_pyramid_sentry.sqlalchemy_support": True,
120
+ "h_pyramid_sentry.init.release": get_version(),
121
}
122
)
123
config.include("h_pyramid_sentry")
0 commit comments