sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
- Added an attributes getter to the baseNode class, used it to get rid of some guards - Removed isEapTransaction, reduces guards count. guards, we can check for an eapSpanNode...
- Currently we are checking to see if the node is a noInstrumentation Node or not, to determine the colour of the text inside the bar in the waterfall. This...
This PR will publish the endpoints with better help text for config, per @Christinarlong's suggestion. The error message for hitting this endpoint without the scope will also indicate that it's...
Add detectorType check to `useMetricDetectorAnomalyThresholds` so it will only be called for dynamic detection
…uards usage - Added `attributes` property to the baseNode class - Added `resolveValueFromSearchKey` abstract method to the baseNode class -> Used to map custom values to the searched string. For...
## PR Details + We were going to make Seer require the GitHub connection going forward with the new pricing. + This PR adds check in the new automation flow...
## Problem The LLM issue detection task was fetching full span data for every trace in Sentry, then sending bits of that telemetry to Seer in individual requests. We want...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce - configure a metric alert (see alert rules in linear) - duplicate it - delete one ### Expected Result - receive one...
### Environment SaaS (https://sentry.io/) ### What are you trying to accomplish? suddenly my slack notifications stopped to work while test notifications are working fine ### How are you getting stuck?...