Commit fc140e0
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 e1d4922 commit fc140e0
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
0 commit comments