Include git sha in binary
This commit is contained in:
parent
7238e7177d
commit
59ee6b289a
6 changed files with 15 additions and 6 deletions
|
@ -25,7 +25,7 @@ namespace Geekbot.net.Lib.ErrorHandling
|
|||
var sentryDsn = Environment.GetEnvironmentVariable("SENTRY");
|
||||
if (!string.IsNullOrEmpty(sentryDsn))
|
||||
{
|
||||
_raven = new RavenClient(sentryDsn);
|
||||
_raven = new RavenClient(sentryDsn) { Release = Constants.BotVersion() };
|
||||
_logger.Information(LogSource.Geekbot, $"Command Errors will be logged to Sentry: {sentryDsn}");
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue