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
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
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>