-
| 
         Hello team. In the middle of developing webflux user identification, I found something that I cannot understand. In the SentryWebFilter, code like and in the SentryWebTracingFilter Most of time in my computer, transaction.finish() is run after hub.popScope(). so even though I change the scope information before popScope(), it doesn't apply when transaction.finish() I made a filter to change the scope information, but it doesn't affect. and I think above things are reason. I wrote code like below Sometimes, SentryWebFilter doFinally run after SentryWebTracingFilter's one, in that time it give me result what i want. but in the most of time it doesn't. Is there something that I misunderstand? How can I fix it?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
| 
         Hello @sleep-dev, can you confirm the order of filters is correct and your   | 
  
Beta Was this translation helpful? Give feedback.
I've created #2700 to track the bug.