-
Hi everyone, I am currently utilizing the Sentry SDK for Python. However, I've encountered an issue where it incorrectly groups two endpoints when they share two parameters in the URL. For example, I have two endpoints as follows: /api/order/{id} Sentry-sdk version =1.31.0 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
hi @icgncl, could you provide more info about your app? Are you using django rest framework, fastapi etc? and you SDK init so we see what integrations you are using |
Beta Was this translation helpful? Give feedback.
-
hi @smeubank Here it is :
|
Beta Was this translation helpful? Give feedback.
-
In sentry-sdk==1.5.10, there is no issue with grouping however with this version (1.5.10), I cannot use CeleryIntegration |
Beta Was this translation helpful? Give feedback.
#2392
this is regression. I would propose to close this discussion and I will comment and link in that issue, then try to see if we can get it addressed next week.