Skip to content

feat: enable debug-option by default in debug-build.#1128

Merged
supervacuus merged 2 commits into
masterfrom
feat/enable_debug_option_by_default_in_debug_builds
Jan 27, 2025
Merged

feat: enable debug-option by default in debug-build.#1128
supervacuus merged 2 commits into
masterfrom
feat/enable_debug_option_by_default_in_debug_builds

Conversation

@supervacuus

Copy link
Copy Markdown
Collaborator

fixes: #1121

The implementation allows users to set the environment variable SENTRY_DEBUG to 0 to override.

@github-actions

github-actions Bot commented Jan 27, 2025

Copy link
Copy Markdown
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 350e608

@codecov

codecov Bot commented Jan 27, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.66%. Comparing base (3dc60ed) to head (350e608).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1128      +/-   ##
==========================================
- Coverage   82.69%   82.66%   -0.04%     
==========================================
  Files          53       53              
  Lines        7930     7930              
  Branches     1240     1240              
==========================================
- Hits         6558     6555       -3     
- Misses       1263     1264       +1     
- Partials      109      111       +2     

@JoshuaMoelans JoshuaMoelans left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@supervacuus
supervacuus merged commit 2aa4b16 into master Jan 27, 2025
@supervacuus
supervacuus deleted the feat/enable_debug_option_by_default_in_debug_builds branch January 27, 2025 14:52
BernhardMarconato pushed a commit to elgatosf/sentry-native that referenced this pull request Apr 21, 2026
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.

Set options.debug = true if we can reliably detect that the app runs in a debug build

2 participants