Commit c3b18c5
fix(slack): Use set_user for email in Slack event webhook
Replace set_tag("user.email", ...) with set_user({"email": ...}) so the
user email is properly stored as sentry.user.email in span attributes,
matching the EAP search attribute definition.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c2663fe commit c3b18c5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
0 commit comments