Ivan Dlugos
Ivan Dlugos
Fixes builds on case-sensitive systems. The actual DLL in the package is lowercase. ``` /usr/share/dotnet/sdk/8.0.303/Microsoft.Common.CurrentVersion.targets(5270,5): error MSB3030: Could not copy the file "/home/runner/.nuget/packages/microsoft.diagnostics.tracing.traceevent.supportfiles/1.0.28/lib/native/arm64/KernelTraceControl.dll" because it was not found. [/home/runner/work/sentry-dotnet/sentry-dotnet/modules/perfview/src/TraceEvent/TraceEvent.csproj::TargetFramework=netstandard2.0] ```
### Integration sentry-android ### Build System Gradle ### AGP Version n/a ### Proguard Enabled ### Version 7.12.0 ### Steps to Reproduce Add ` ` to android manifest (this is what...
Historically, only source-bundles contained sources for source-context. Nowadays, you can also have them in Portable PDBs, whether as embedded, or as links. In the future, other formats may follow. In...
### Description Consider the following code that creates segments in response to a screenshot being captured https://github.com/getsentry/sentry-java/blob/f6e97b16af433985fe3ace28ffa383740322fe9f/sentry-android-replay/src/main/java/io/sentry/android/replay/capture/SessionCaptureStrategy.kt#L75-L124 Specifically, https://github.com/getsentry/sentry-java/blob/f6e97b16af433985fe3ace28ffa383740322fe9f/sentry-android-replay/src/main/java/io/sentry/android/replay/capture/SessionCaptureStrategy.kt#L103-L105 If there is a gap between frames of more than `sessionSegmentDuration`,...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Tests that a replay is...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description The breadcrumb is currently missing for...
### Problem Statement Looks like we can now add custom tools to devtools - how about we add Spotlight there? See https://pub.dev/packages/devtools_extensions ### Solution Brainstorm _No response_ ### Are you...
* We should document this. And if this becomes a problem maybe we hook into the .NET assembly loading and invalidate any time that happens (as it could reference new...
Native backend uses offline caching to store the error at the time of the crash and only sends it later on the second app run. what do we want to...