Commit 7eed26b
committed
fix: Enable anonymous context redaction in server custom/migration events
Consume the redactAnonymousAllEvents flag added to launchdarkly-java-sdk-internal:
bump the internal dependency and enable the flag when the server SDK constructs its
EventsConfiguration, so anonymous context attributes are redacted in custom and
migration_op events (server-side behavior).
Stacked on #194 (the internal change). Do not merge until
launchdarkly-java-sdk-internal 1.9.1 is released.
SDK-27321 parent 5827ed0 commit 7eed26b
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
| |||
0 commit comments