Commit 3db5240
authored
chore(issue-details): Remove obsolete plugin.title fallback (#108333)
## Summary
- Remove the `plugin.title` fallback and associated TODO comment from
the group sidebar
- This TODO dates back to Sentry 8.22; all plugins now provide
`shortName` or `name`
## Test plan
- Pre-commit hooks (eslint, prettier, stylelint) pass
- `plugin.title` was only used as a last-resort fallback after
`shortName` and `name`1 parent 096049a commit 3db5240
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
122 | | - | |
| 121 | + | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
0 commit comments