Commit 61bf095
fix(slack): Cast user id to string in set_user call
sentry_sdk.set_user expects a string for the id field. Passing an int
could prevent user.id from being indexed correctly in EAP spans.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 39c0754 commit 61bf095
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