Performance Issues | Your Feedback #44765
Replies: 5 comments 11 replies
-
Hi @nanoburd! Thanks a lot for this discussion, great to hear you are this open to feedback! These performance issues sound super interesting in theory. Sadly, I haven't got a single performance issue report so far. We clearly have (or had; thanks, Sentry!) a n+1 problem in our GraphQL backend, which went unnoticed: https://prisjakt-ab.sentry.io/performance/bff:19fc625d94ec46bfa87cd7f2520515c9/. Having a look in the docs, backend n+1 API calls are not supported, but that sounds like an easy win for you, given the logic is already in place for frontend API calls. Other than that, I'm really looking forward to more of these features and seeing them in action! |
Beta Was this translation helpful? Give feedback.
-
I would like Sentry to detect performance issues in my use of Redis. There are common antipatterns in Redis usage that can be pretty obvious from the span tree, just like with DB queries. At a minimum, Sentry could detect Redis's equivalent of N+1 queries (many successive commands on keys with similar patterns) and suggest pipelining those commands. |
Beta Was this translation helpful? Give feedback.
-
Hi, We've hosted the sentry on our on prem server. And did a vulnerability scan on the sentry app. And there are findings. I would like to know how to resolve this findings. The findings is Content Security Policy Missing on header. What would be the headers that needed to be added on our reverse proxy. |
Beta Was this translation helpful? Give feedback.
-
@nanoburd Hello, we're using Sentry's Performance Transaction Summary and found that Sentry only calculates and analyzes the p95 value of the selftime of spans, but doesn't analyze the duration of spans. In most cases, people are more concerned about the duration of methods, for example, OpenTelemetry only has duration. So, is it possible to include both selftime and duration in the analysis? |
Beta Was this translation helpful? Give feedback.
-
I'm using the Laravel SDK and after investigating some N+1 issues, I had a hard time figuring out where exactly the problem originates from. All I get from the issue, is the class of the parent span (I suppose), but I couldn't find the class of the child and especially the line of neither. Laravel/Eloquent could even go so for in listing the model and the relation name. |
Beta Was this translation helpful? Give feedback.
-
Hey all! I’m the product manager for Performance at Sentry. After releasing our first performance issue type (N+1 DB query), we’re now able to detect several more issue types.
Frontend performance issues:
Backend performance issues:
*Some of these issue types may be available only to Early Adopters
Your feedback is very much appreciated 😄
We’d love to hear from you on how you’ve been interacting with Performance Issues in Sentry. We’re curious about:
Beta Was this translation helpful? Give feedback.
All reactions