chore(deps): update Native SDK to v0.13.2#4996
Conversation
|
Ran build manually, since this doesn't appear to have been triggered automatically by our CI workflows for some reason: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4996 +/- ##
==========================================
- Coverage 73.90% 73.88% -0.03%
==========================================
Files 497 497
Lines 17957 17957
Branches 3516 3516
==========================================
- Hits 13271 13267 -4
- Misses 3825 3832 +7
+ Partials 861 858 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8aac444 to
42f6534
Compare
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Features ✨
Fixes 🐛
Dependencies ⬆️Deps
Other
🤖 This preview updates automatically when you update the PR. |
Fixes: ``` sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WaitOnAddress referenced in function batcher_thread_func sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WakeByAddressSingle referenced in function sentry__batcher_enqueue ``` See also: - getsentry/sentry-native#1558
There was a problem hiding this comment.
I've updated Sentry.Native.targets to include the new Synchronization.lib dependency on Windows:
It fixed the linking issue caught by integration tests:
sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WaitOnAddress referenced in function batcher_thread_func
sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WakeByAddressSingle referenced in function sentry__batcher_enqueue
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | minor | `6.1.0` -> `6.2.0` | --- ### Release Notes <details> <summary>getsentry/sentry-dotnet (Sentry.Maui)</summary> ### [`v6.2.0`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#620) [Compare Source](getsentry/sentry-dotnet@6.1.0...6.2.0) ##### Features - Outbound HTTP requests now show in the Network tab for Android Session Replays ([#​4860](getsentry/sentry-dotnet#4860)) ##### Fixes - The SDK now logs a `Warning` instead of an `Error` when being ratelimited ([#​4927](getsentry/sentry-dotnet#4927)) - Symbolication now works correctly with Android workloads 10.0.102 and later ([#​4998](getsentry/sentry-dotnet#4998)) - `libmonosgen` and `libxamarin` frames no longer show as in-app ([#​4960](getsentry/sentry-dotnet#4960)) ##### Dependencies - Bump Native SDK from v0.12.6 to v0.13.2 ([#​4920](getsentry/sentry-dotnet#4920), [#​4929](getsentry/sentry-dotnet#4929), [#​4941](getsentry/sentry-dotnet#4941), [#​4964](getsentry/sentry-dotnet#4964), [#​4996](getsentry/sentry-dotnet#4996)) - Bump Cocoa SDK from v8.57.3 to v9.5.0 ([#​4781](getsentry/sentry-dotnet#4781), [#​4928](getsentry/sentry-dotnet#4928), [#​4944](getsentry/sentry-dotnet#4944)) - Bump CLI from v2.58.2 to v3.3.0 ([#​4805](getsentry/sentry-dotnet#4805), [#​4943](getsentry/sentry-dotnet#4943), [#​4973](getsentry/sentry-dotnet#4973)) - NOTE: Sentry CLI v3 removed support for the legacy API key authentication method. Sentry CLI now only supports authenticating with Auth Tokens. If you are using API key authentication via `SentryApiKey`, you need to generate an [Auth Token](https://docs.sentry.io/account/auth-tokens/) and use `SentryAuthToken`, instead. - Bump Java SDK from v8.32.0 to v8.34.1 ([#​4933](getsentry/sentry-dotnet#4933), [#​4986](getsentry/sentry-dotnet#4986)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or PR is renamed to start with "rebase!". 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/di...
Updated [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet) from 6.1.0 to 6.2.0. <details> <summary>Release notes</summary> _Sourced from [Sentry.AspNetCore's releases](https://github.com/getsentry/sentry-dotnet/releases)._ ## 6.2.0 ### Features - Outbound HTTP requests now show in the Network tab for Android Session Replays ([#4860](getsentry/sentry-dotnet#4860)) ### Fixes - The SDK now logs a `Warning` instead of an `Error` when being ratelimited ([#4927](getsentry/sentry-dotnet#4927)) - Symbolication now works correctly with Android workloads 10.0.102 and later ([#4998](getsentry/sentry-dotnet#4998)) - `libmonosgen` and `libxamarin` frames no longer show as in-app ([#4960](getsentry/sentry-dotnet#4960)) ### Dependencies - Bump Native SDK from v0.12.6 to v0.13.2 ([#4920](getsentry/sentry-dotnet#4920), [#4929](getsentry/sentry-dotnet#4929), [#4941](getsentry/sentry-dotnet#4941), [#4964](getsentry/sentry-dotnet#4964), [#4996](getsentry/sentry-dotnet#4996)) - Bump Cocoa SDK from v8.57.3 to v9.5.0 ([#4781](getsentry/sentry-dotnet#4781), [#4928](getsentry/sentry-dotnet#4928), [#4944](getsentry/sentry-dotnet#4944)) - Bump CLI from v2.58.2 to v3.3.0 ([#4805](getsentry/sentry-dotnet#4805), [#4943](getsentry/sentry-dotnet#4943), [#4973](getsentry/sentry-dotnet#4973)) - NOTE: Sentry CLI v3 removed support for the legacy API key authentication method. Sentry CLI now only supports authenticating with Auth Tokens. If you are using API key authentication via `SentryApiKey`, you need to generate an [Auth Token](https://docs.sentry.io/account/auth-tokens/) and use `SentryAuthToken`, instead. - Bump Java SDK from v8.32.0 to v8.34.1 ([#4933](getsentry/sentry-dotnet#4933), [#4986](getsentry/sentry-dotnet#4986)) ## 6.2.0-alpha.0 ### Features - Add navigation breadcrumbs for Blazor WebAssembly ([#4907](getsentry/sentry-dotnet#4907)) ### Dependencies - Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20 ([#4876](getsentry/sentry-dotnet#4876)) - Bumped CommunityToolkit.Mvvm to 8.4.0 ([#4876](getsentry/sentry-dotnet#4876)) Commits viewable in [compare view](getsentry/sentry-dotnet@6.1.0...6.2.0). </details> Updated [Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet) from 6.1.0 to 6.2.0. <details> <summary>Release notes</summary> _Sourced from [Sentry.Extensions.Logging's releases](https://github.com/getsentry/sentry-dotnet/releases)._ ## 6.2.0 ### Features - Outbound HTTP requests now show in the Network tab for Android Session Replays ([#4860](getsentry/sentry-dotnet#4860)) ### Fixes - The SDK now logs a `Warning` instead of an `Error` when being ratelimited ([#4927](getsentry/sentry-dotnet#4927)) - Symbolication now works correctly with Android workloads 10.0.102 and later ([#4998](getsentry/sentry-dotnet#4998)) - `libmonosgen` and `libxamarin` frames no longer show as in-app ([#4960](getsentry/sentry-dotnet#4960)) ### Dependencies - Bump Native SDK from v0.12.6 to v0.13.2 ([#4920](getsentry/sentry-dotnet#4920), [#4929](getsentry/sentry-dotnet#4929), [#4941](getsentry/sentry-dotnet#4941), [#4964](getsentry/sentry-dotnet#4964), [#4996](getsentry/sentry-dotnet#4996)) - Bump Cocoa SDK from v8.57.3 to v9.5.0 ([#4781](getsentry/sentry-dotnet#4781), [#4928](getsentry/sentry-dotnet#4928), [#4944](getsentry/sentry-dotnet#4944)) - Bump CLI from v2.58.2 to v3.3.0 ([#4805](getsentry/sentry-dotnet#4805), [#4943](getsentry/sentry-dotnet#4943), [#4973](getsentry/sentry-dotnet#4973)) - NOTE: Sentry CLI v3 removed support for the legacy API key authentication method. Sentry CLI now only supports authenticating with Auth Tokens. If you are using API key authentication via `SentryApiKey`, you need to generate an [Auth Token](https://docs.sentry.io/account/auth-tokens/) and use `SentryAuthToken`, instead. - Bump Java SDK from v8.32.0 to v8.34.1 ([#4933](getsentry/sentry-dotnet#4933), [#4986](getsentry/sentry-dotnet#4986)) ## 6.2.0-alpha.0 ### Features - Add navigation breadcrumbs for Blazor WebAssembly ([#4907](getsentry/sentry-dotnet#4907)) ### Dependencies - Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20 ([#4876](getsentry/sentry-dotnet#4876)) - Bumped CommunityToolkit.Mvvm to 8.4.0 ([#4876](getsentry/sentry-dotnet#4876)) Commits viewable in [compare view](getsentry/sentry-dotnet@6.1.0...6.2.0). </details> Updated [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) from 6.1.0 to 6.2.0. <details> <summary>Release notes</summary> _Sourced from [Sentry.Serilog's releases](https://github.com/getsentry/sentry-dotnet/releases)._ ## 6.2.0 ### Features - Outbound HTTP requests now show in the Network tab for Android Session Replays ([#4860](getsentry/sentry-dotnet#4860)) ### Fixes - The SDK now logs a `Warning` instead of an `Error` when being ratelimited ([#4927](getsentry/sentry-dotnet#4927)) - Symbolication now works correctly with Android workloads 10.0.102 and later ([#4998](getsentry/sentry-dotnet#4998)) - `libmonosgen` and `libxamarin` frames no longer show as in-app ([#4960](getsentry/sentry-dotnet#4960)) ### Dependencies - Bump Native SDK from v0.12.6 to v0.13.2 ([#4920](getsentry/sentry-dotnet#4920), [#4929](getsentry/sentry-dotnet#4929), [#4941](getsentry/sentry-dotnet#4941), [#4964](getsentry/sentry-dotnet#4964), [#4996](getsentry/sentry-dotnet#4996)) - Bump Cocoa SDK from v8.57.3 to v9.5.0 ([#4781](getsentry/sentry-dotnet#4781), [#4928](getsentry/sentry-dotnet#4928), [#4944](getsentry/sentry-dotnet#4944)) - Bump CLI from v2.58.2 to v3.3.0 ([#4805](getsentry/sentry-dotnet#4805), [#4943](getsentry/sentry-dotnet#4943), [#4973](getsentry/sentry-dotnet#4973)) - NOTE: Sentry CLI v3 removed support for the legacy API key authentication method. Sentry CLI now only supports authenticating with Auth Tokens. If you are using API key authentication via `SentryApiKey`, you need to generate an [Auth Token](https://docs.sentry.io/account/auth-tokens/) and use `SentryAuthToken`, instead. - Bump Java SDK from v8.32.0 to v8.34.1 ([#4933](getsentry/sentry-dotnet#4933), [#4986](getsentry/sentry-dotnet#4986)) ## 6.2.0-alpha.0 ### Features - Add navigation breadcrumbs for Blazor WebAssembly ([#4907](getsentry/sentry-dotnet#4907)) ### Dependencies - Bumped Xamarin.Kotlin.StdLib.Jdk8 to 2.2.20 ([#4876](getsentry/sentry-dotnet#4876)) - Bumped CommunityToolkit.Mvvm to 8.4.0 ([#4876](getsentry/sentry-dotnet#4876)) Commits viewable in [compare view](getsentry/sentry-dotnet@6.1.0...6.2.0). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps modules/sentry-native from 0.13.1 to 0.13.2.
Auto-generated by a dependency updater.
Changelog
0.13.2
Features:
nativecrash handling backend as an alternative tocrashpad,breakpad, andinproc. This backend uses an out-of-process daemon that monitors the application for crashes, generates minidumps, and sends crash reports to Sentry. It supports Linux, macOS, and Windows, and is fully compatible with TSAN and ASAN sanitizers. This feature is experimental and under active development. (#1433)sentry_log()for plain-string log messages. (#1566)sentry_set_release()/sentry_set_environment()for updating release and environment after SDK init. (#1555)Fixes: