Add Sentry integration

This commit is contained in:
Maximilian Paß
2021-11-24 16:30:01 +01:00
parent 705d358027
commit 3ae83217d7
8 changed files with 183 additions and 3 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module github.com/openHPI/poseidon
go 1.17
require (
github.com/getsentry/sentry-go v0.11.0
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2