andrewnathanco / mural

This is a repository for the Mural online game at ancgames.com/mural
https://ancgames.com/mural
GNU Affero General Public License v3.0
0 stars 0 forks source link

[INFRA]: Log errors to Slack #37

Closed andrewnathanco closed 10 months ago

andrewnathanco commented 10 months ago

Till we need a better error handling solution, send all errors to slack and alert us when they show up.

https://api.slack.com/messaging/webhooks

andrewnathanco commented 10 months ago

@Jcohen010 if we are going to do this properly we should probably create a new logging interface. That way once we need to abstract our logs we already have the infra set up

andrewnathanco commented 10 months ago

We should add an alert for a query where we count the number of fake sessions (SESSION_INIT) divided by the true sessions (SESSION_STARTED, SESSION_OVER) this would be helpful to see if there's a bug or if its a google crawler