feat: show full commit version hash in sentry logs

This commit is contained in:
spiral
2021-11-07 03:09:45 -05:00
parent 037f54b41a
commit d19f6456a7
3 changed files with 23 additions and 6 deletions

View File

@@ -52,7 +52,7 @@
</ItemGroup>
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=7 > ../.version" IgnoreExitCode="False">
<Exec Command="git describe --long --always --dirty --exclude=* > ../.version" IgnoreExitCode="False">
</Exec>
</Target>