Commit a816342
Stop the Sentry SDK installing itself
Every build type now carries the production DSN as a compile-time constant.
Auto-installation would have the SDK initialize itself from that constant,
bypassing `SimplenoteCrashLoggingDataProvider` — the one place that decides
whether crash logging is on, and the reason debug builds stay out of Sentry.
This is also the condition wzieba's review answer rests on: how the DSN is
provided does not matter as long as auto-installation is off. `wpandroid` and
`wcandroid` both disable it.
---
Generated with the help of Claude Code, https://claude.ai/code
Co-Authored-By: Claude Code Opus 4.8 <noreply@anthropic.com>1 parent 7eaf543 commit a816342
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments