Commit e0eedf3
committed
Fix: Set RPC error tags after request_id generation
Move _set_rpc_error_tags call to after __before_execute to ensure
request_id is generated before setting Sentry tags. This prevents
the request_id tag from being missing when clients don't provide one.1 parent 484c5b0 commit e0eedf3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | 215 | | |
217 | 216 | | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments