Skip to content

fix(native): Initialize null transport in crash daemon - #2049

Open
jpnurmi wants to merge 4 commits into
masterfrom
jpnurmi/fix/daemon-null-transport
Open

fix(native): Initialize null transport in crash daemon #2049
jpnurmi wants to merge 4 commits into
masterfrom
jpnurmi/fix/daemon-null-transport

Conversation

@jpnurmi

@jpnurmi jpnurmi commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

The daemon constructs options without calling sentry_init(), so builds with SENTRY_TRANSPORT=none leave the transport pointer unset. Install the internal null transport so crash processing completes without leaving stale envelopes on disk.

The daemon constructs options without calling sentry_init(), so builds with
SENTRY_TRANSPORT=none leave the transport pointer unset. Install the internal
null transport so crash processing completes without leaving stale envelopes
on disk.
@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.35%. Comparing base (de1d458) to head (3911445).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2049      +/-   ##
==========================================
- Coverage   74.37%   74.35%   -0.02%     
==========================================
  Files         103      103              
  Lines       26665    26673       +8     
  Branches     4852     4853       +1     
==========================================
+ Hits        19832    19833       +1     
+ Misses       5501     5496       -5     
- Partials     1332     1344      +12     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants