{{ message }}
Commit c4071b3
authored
chore: Deprecate description truncation option for Redis spans (getsentry#5073)
Set the default value of the `max_data_size` parameter of `RedisIntegration`
to `None`, so that Redis span descriptions are not truncated by default.
Deprecate the parameter and announce its removal in the next major release.
Closes getsentry#49901 parent 25999b5 commit c4071b3
5 files changed
Lines changed: 17 additions & 15 deletions
File tree
- sentry_sdk/integrations/redis
- modules
- tests/integrations/redis
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 69 | + | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| |||

0 commit comments