Commit 4c9731b
authored
Coerce None values into strings in logentry params. (getsentry#4121)
Nice rendering of log messages containing parameters that are `None`
values does not work. There we coerce `None` values into strings to have
nicer messages in Sentry UI.
Fixes getsentry#36601 parent 42ad8df commit 4c9731b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
252 | 256 | | |
253 | 257 | | |
254 | 258 | | |
| |||
0 commit comments