diff --git a/CHANGELOG.md b/CHANGELOG.md index 198f555c62..25a81e4796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Ensure user exception data is not removed by AspNetCoreExceptionProcessor ([#4016](https://github.com/getsentry/sentry-dotnet/pull/4106)) - Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash ([#4089](https://github.com/getsentry/sentry-dotnet/pull/4089)) +- Added a `SentrySetCommitReleaseOptions` build property that can be specified separately from `SentryReleaseOptions` ([#4109](https://github.com/getsentry/sentry-dotnet/pull/4109)) - Fixed MSVCRT build warning on Windows ([#4111](https://github.com/getsentry/sentry-dotnet/pull/4111)) ### Features diff --git a/src/Sentry/buildTransitive/Sentry.targets b/src/Sentry/buildTransitive/Sentry.targets index 9e00c06a42..01ac89fb2a 100644 --- a/src/Sentry/buildTransitive/Sentry.targets +++ b/src/Sentry/buildTransitive/Sentry.targets @@ -109,7 +109,10 @@ $(SentryReleaseOptions) --org $(SentryOrg) $(SentryReleaseOptions) --project $(SentryProject) + --auto + $(SentrySetCommitReleaseOptions) --org $(SentryOrg) + $(SentrySetCommitReleaseOptions) --project $(SentryProject) $(SentryCLIUploadOptions) --org $(SentryOrg) $(SentryCLIUploadOptions) --project $(SentryProject) @@ -355,7 +358,7 @@ Condition="'$(SentryCLI)' != '' and '$(SentrySetCommits)' == 'true'">