Skip to content

Commit ef8d444

Browse files
committed
fix sentry project name for symbol upload
1 parent 6a2bb51 commit ef8d444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SymbolCollector.Console/SymbolCollector.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
1010
<NoWarn>1591</NoWarn>
1111
<!-- For symbol uploading -->
12-
<SentryProject>symbol-collector-console</SentryProject>
12+
<SentryProject>symbol-collector-cli</SentryProject>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

src/SymbolCollector.Server/SymbolCollector.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
55
<!-- For symbol uploading -->
6-
<SentryProject>android-symbol-collector-server</SentryProject>
6+
<SentryProject>symbol-collector-server</SentryProject>
77
</PropertyGroup>
88

99
<ItemGroup>

0 commit comments

Comments
 (0)