MM-20951 Add sentry support to mattermost-server (#14405)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
43e606173b
Коммит
008961ba2f
@@ -66,6 +66,9 @@ const (
|
||||
TRACK_PLUGINS = "plugins"
|
||||
)
|
||||
|
||||
// declaring this as var to allow overriding in tests
|
||||
var SENTRY_DSN = "placeholder_sentry_dsn"
|
||||
|
||||
func (a *App) SendDailyDiagnostics() {
|
||||
a.sendDailyDiagnostics(false)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user