Compare commits

...

3 Commits

Author SHA1 Message Date
d73f22cdfd Merge pull request #186 from luketainton/next
Release 2024-04-21.2
2024-04-21 17:04:18 +01:00
3210fef785 Fix unit test for APP_VERSION 2024-04-21 17:01:22 +01:00
61144056ae Add release to Sentry SDK 2024-04-21 16:56:27 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if config.sentry_enabled:
dsn=config.sentry_dsn, dsn=config.sentry_dsn,
enable_tracing=True, enable_tracing=True,
environment=config.environment, environment=config.environment,
release=config.version,
integrations=[StdlibIntegration()], integrations=[StdlibIntegration()],
spotlight=True spotlight=True
) )

View File

@ -6,6 +6,7 @@ import os
vars: dict = { vars: dict = {
"APP_VERSION": "dev",
"BOT_NAME": "TestBot", "BOT_NAME": "TestBot",
"WEBEX_API_KEY": "testing", "WEBEX_API_KEY": "testing",
"ADMIN_FIRST_NAME": "Test", "ADMIN_FIRST_NAME": "Test",