Commit e3d0cf9
fix(extend-app-start): Guard setAppStartExtender against null
Match the NoOp-fallback convention used by other SentryOptions setters:
accept a @nullable argument and coalesce to NoOpAppStartExtender so the
@NotNull field and getter can never be nulled out.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a571467 commit e3d0cf9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2667 | 2667 | | |
2668 | 2668 | | |
2669 | 2669 | | |
2670 | | - | |
2671 | | - | |
| 2670 | + | |
| 2671 | + | |
| 2672 | + | |
2672 | 2673 | | |
2673 | 2674 | | |
2674 | 2675 | | |
| |||
0 commit comments