Commit e60aaef
docs(logs): stringify feature_flags example in Python best practices
The "Include Business Context" example showed feature_flags as a raw
list, which the Python SDK drops on ingestion (arrays aren't stored as
attributes). Show the join-to-string pattern instead so the example
actually works.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3bddae6 commit e60aaef
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments