Skip to content

Commit c501253

Browse files
authored
chore: use slack webhooks instead of datadog log forwarding (#3671)
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent a06d68b commit c501253

File tree

18 files changed

+631
-54
lines changed

18 files changed

+631
-54
lines changed

backend/config/custom-environment-variables.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
"appId": "CROWD_SLACK_APP_ID",
8585
"appToken": "CROWD_SLACK_APP_TOKEN"
8686
},
87-
"slackNotifier": {
88-
"clientId": "CROWD_SLACK_NOTIFIER_CLIENT_ID",
89-
"clientSecret": "CROWD_SLACK_NOTIFIER_CLIENT_SECRET"
90-
},
9187
"google": {
9288
"clientId": "CROWD_GOOGLE_CLIENT_ID",
9389
"clientSecret": "CROWD_GOOGLE_CLIENT_SECRET",

backend/config/default.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"slack": {
2727
"maxRetrospectInSeconds": 3600
2828
},
29-
"slackNotifier": {},
3029
"google": {},
3130
"discord": {
3231
"maxRetrospectInSeconds": 3600

pnpm-lock.yaml

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/apps/cron_service/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@crowd/data-access-layer": "workspace:*",
1818
"@crowd/logging": "workspace:*",
1919
"@crowd/nango": "workspace:*",
20+
"@crowd/slack": "workspace:*",
2021
"@crowd/temporal": "workspace:*",
2122
"@crowd/types": "workspace:*",
2223
"@crowd/common_services": "workspace:*",

0 commit comments

Comments
 (0)