Leander Rodrigues
Leander Rodrigues
Reassigning since this does appear to be an SDK issue. This issue mentions serveless GCP Node function, but [the forum thread mentioned ](https://forum.sentry.io/t/nodejs-how-to-disable-call-arguments-logging-of-sequelize-function-calls/13455)is just a regular node app. SDK team...
@iBotPeaches Thanks for pointing this out. This repository hasn't seen much attention in a while and I'm willing to guess that the test suite or tests themselves are simply out...
Thanks for reporting this! I'll close this [in favour of the first issue](https://github.com/getsentry/sentry/issues/71305#issuecomment-2123689231), but this should be addressed soon. Thanks!
Thanks for reporting this! I've found the issue and will be working on a fix to roll out within the week.
On second thought, I am going to avoid drilling the `Project` prop and maybe put together a context provider for detailed project, will re-open when that's implemented.
Resolved in https://github.com/getsentry/sentry/pull/70355
Hi @AleshaOleg, thanks for the suggested solution! We actually have a system for displaying metadata like size limitations but it may not be getting applied correctly in this case. We've...
I have not been able to reproduce this issue, are you able to share the alert itself (e.g. the when/if conditions and actions like sending to a slack channel)?
Thanks for the additional context! I'll be taking a look at this again tomorrow morning to reproduce it and look into why they're being incorrectly categorized.
Alright I can confirm [where the issue is coming from](https://github.com/getsentry/sentry/blob/6775cceb9c6ef43b8aff93107137502da512792d/src/sentry/models/group.py#L986) (thanks @snigdhas) but we'll have to be a little precise with how we fix it as there are a few...