Commit 7c1ffd6
authored
Bumps
[3rdparty/sentry-native](https://github.com/getsentry/sentry-native)
from `c5416e6` to `67a9f8e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-native/commit/67a9f8ec856ecfc83c6817284120a36e5896035c"><code>67a9f8e</code></a>
fix(crashpad): dont apply <code>CMAKE_DEBUG_POSTFIX</code> to
crashpad_wer.dll</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/b8eae034cb668faacdc30801dd483ddb865e0bdd"><code>b8eae03</code></a>
chore: SDK Truncation Logic (<a
href="https://redirect.github.com/getsentry/sentry-native/issues/1347">#1347</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/b5b96960d3bbfb0e7a5ba3e9bfc7cef626d12291"><code>b5b9696</code></a>
chore: update X and Discord links (<a
href="https://redirect.github.com/getsentry/sentry-native/issues/1460">#1460</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/affbd91dfeb21ce0e8d245253057344cdb7033fb"><code>affbd91</code></a>
Merge branch 'release/0.12.2'</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/61a2667bfffee48d7962affac9c5230cda93dce9"><code>61a2667</code></a>
release: 0.12.2</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/2ec8ebdbf3ec53164259689a58baa6ca377cb47d"><code>2ec8ebd</code></a>
chore: bump dotnet signal tests to .net 10 (<a
href="https://redirect.github.com/getsentry/sentry-native/issues/1457">#1457</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/079aacc4ecbd54235b3196c1be0f24e8ec6cff0c"><code>079aacc</code></a>
feat: implement global attributes API (<a
href="https://redirect.github.com/getsentry/sentry-native/issues/1450">#1450</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/634e8a320de1086ad3b2a7b1598a420e4c5b0cc3"><code>634e8a3</code></a>
chore: update Alpine Linux Dockerfile to install .NET 10.0 (<a
href="https://redirect.github.com/getsentry/sentry-native/issues/1458">#1458</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/96b3d348c311e806f870239ff26156f990146c9e"><code>96b3d34</code></a>
chore: remove soon-to-be-deprecated macos-13 runner (<a
href="https://redirect.github.com/getsentry/sentry-native/issues/1454">#1454</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-native/commit/6f406100a5a6dbd4004f141936959faf1e69bd0e"><code>6f40610</code></a>
feat(logs): add <code>sentry__logs_force_flush</code> on calling
<code>sentry_flush</code> (<a
href="https://redirect.github.com/getsentry/sentry-native/issues/1434">#1434</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-native/compare/c5416e6f38021f445b50b415bf42f6bbf14b2fc0...67a9f8ec856ecfc83c6817284120a36e5896035c">compare
view</a></li>
</ul>
</details>
<br />
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7618ce commit 7c1ffd6
1 file changed
+1
-1
lines changedSubmodule sentry-native updated 28 files
- .github/docker/alpine/Dockerfile+1-1
- .github/workflows/ci.yml+70-34
- CHANGELOG.md+12-1
- README.md+1-1
- examples/example.c-2
- external/crashpad+1-1
- include/sentry.h+26-4
- ndk/README.md+2-2
- ndk/gradle.properties+1-1
- src/sentry_core.c+46
- src/sentry_database.c+1-1
- src/sentry_envelope.c+76-34
- src/sentry_envelope.h+2-1
- src/sentry_logs.c+13-1
- src/sentry_logs.h+2
- src/sentry_scope.c+34
- src/sentry_scope.h+16
- src/sentry_value.c+47-13
- tests/__init__.py+1-1
- tests/fixtures/dotnet_signal/test_dotnet.csproj+1-1
- tests/test_integration_http.py+3-3
- tests/unit/test_attachments.c+69
- tests/unit/test_consent.c+39
- tests/unit/test_logs.c+36
- tests/unit/test_scope.c+233
- tests/unit/test_uninit.c+3
- tests/unit/test_value.c+78
- tests/unit/tests.inc+5
0 commit comments