Related to T3664
Details
Details
- Reviewers
vsellier - Group Reviewers
System administrators - Maniphest Tasks
- T3664: Activate sentry for journal clients
- Commits
- rSPSITEea6f003e0479: Activate sentry for scheduler journal client
$SWH_PUPPET_ENVIRONMENT_HOME/bin/octocatalog-diff --octocatalog-diff-args --no-truncate-details --to staging saatchi
...
diff origin/production/saatchi.internal.softwareheritage.org current/saatchi.internal.softwareheritage.org
*******************************************
File[/etc/systemd/system/swh-scheduler-journal-client.service] =>
parameters =>
content =>
@@ -8,4 +8,7 @@
_
[Service]
+Environment=SWH_SENTRY_DSN=https://swh::deploy::scheduler::sentry_token@sentry.softwareheritage.org/7
+Environment=SWH_SENTRY_ENVIRONMENT=production
+Environment=SWH_MAIN_PACKAGE=swh.scheduler
User=swhscheduler
Group=swhscheduler
*******************************************
Systemd::Unit_file[swh-scheduler-journal-client.service] =>
parameters =>
content =>
@@ -8,4 +8,7 @@
_
[Service]
+Environment=SWH_SENTRY_DSN=https://swh::deploy::scheduler::sentry_token@sentry.softwareheritage.org/7
+Environment=SWH_SENTRY_ENVIRONMENT=production
+Environment=SWH_MAIN_PACKAGE=swh.scheduler
User=swhscheduler
Group=swhscheduler
*******************************************
*** End octocatalog-diff on saatchi.internal.softwareheritage.orgDiff Detail
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.