-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add Sentry #2504
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
Add Sentry #2504
Conversation
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.
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (2)
- Directory.Packages.props: Language not supported
- src/Website/Website.csproj: Language not supported
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.
| Device | URL |
|---|---|
| desktop | https://localhost:5001 |
| Device | URL |
|---|---|
| mobile | https://localhost:5001 |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #2504 +/- ##
==========================================
+ Coverage 86.69% 88.21% +1.52%
==========================================
Files 33 31 -2
Lines 541 628 +87
Branches 67 66 -1
==========================================
+ Hits 469 554 +85
- Misses 32 33 +1
- Partials 40 41 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@costellobot rebase |
Add Sentry error reporting.
68bf5d0 to
44d6a0b
Compare
Add workaround for Sentry issue.
Install dependencies that Sentry native depends on to fix build.
Add link to Sentry issue.
|
Depends on getsentry/sentry-dotnet#4107 - there are too many native dependencies to copy around to get Sentry native working on a chiseled container, so will just disable it instead. |
Update Sentry to the latest release and remove some workarounds.
Consume changes from martincostello/build-kit#84.
Looks like the BuildKit change didn't work.
Try latest beta.
Should take effect from the NuGet package.
Pick up change from martincostello/build-kit#88.
Sentry Native cannot be disabled via this package as it gets evaluated too early.
Disable to fix native AoT compilation.
Update to the latest release.
Add Sentry error reporting.