-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Mono PDB files upload during build #1106
Conversation
|
8c40b42
to
2351800
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't require a bump on sentry-cli?
@@ -9,6 +9,7 @@ | |||
<ProjectReference Include="../sentry-dotnet/src/Sentry/Sentry.csproj" Private="false" IncludeAssets="compile" /> | |||
<ProjectReference Include="../Sentry.Unity/Sentry.Unity.csproj" Private="false" IncludeAssets="compile" /> | |||
<PackageReference Include="Mono.Cecil" Version="0.11.4" Private="false" /> | |||
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="7.0.0" Private="false" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
And what do we do with 2019? |
Not much I could think of - say we don't support line numbers there - isn't it the same for IL2CPP? |
This is up to @bitsandfoxes |
We are on the latest one here. |
tbh I would not put any more energy into |
Closes #1053
This can already be merged but will only start having an effect with getsentry/sentry-dotnet#2050