Commit 7edec07
fix(slack): Cast user id to string in set_user call (#112534)
Follow-up to #112530. `sentry_sdk.set_user` expects a string for the
`id` field. The previous PR passed `identity_user.id` as an int, which
can prevent `user.id` from being indexed correctly in EAP spans.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9dd1274 commit 7edec07
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments