Florian Ellis
Florian Ellis
## Description of the Bug Report The current error handling assumes that each field in the error exception dictionary is a field name. This is only true for ValidationException though...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Visit https://try.sentry-demo.com/. 2. Click on "Help" at the bottom of the navigation sidebar: 3. Click on "Search Support, Docs and More":...
# Goal The goal of this PR is to fix a bug in the "Search Support, Docs and More" search bar. When typing into this search bar, the search query...
# Goal The goal of this PR is to get rid of a non-null assertion (`!`) following an optional chaining operator (`?.`): https://github.com/getsentry/sentry/blob/3e90887a3632585b048f607668e20927321a39a0/static/app/views/settings/organizationIntegrations/integrationExternalUserMappings.tsx#L105-L112 Optional chain expressions are designed to return...
# Goal The goal of this PR is to fix a TypeScript error currently ignored with a `@ts-ignore` statement in `static/app/views/settings/organizationIntegrations/configureIntegration.tsx`: https://github.com/getsentry/sentry/blob/3e90887a3632585b048f607668e20927321a39a0/static/app/views/settings/organizationIntegrations/configureIntegration.tsx#L253-L262 # Approach There is indeed a type called...
# Goal The goal of this PR is to add a missing early `return` statement in `static/app/components/ events/interfaces/sourceMapsDebuggerModal.tsx`. # Approach We add the missing `return` statement in the component's file,...
# Goal The goal of this PR is to add a missing `return` statement in the rendering logic of the `` component defined in `static/app/views/metrics`: https://github.com/getsentry/sentry/blob/6b530ffab46d0b50512f0f4c9df8d084c1feb831/static/app/views/metrics/widgetDetails.tsx#L54-L56 This `return` was most...
# Goal The goal of this PR is to remove an unused expression at the top of file `static/app/components/ events/highlights/highlightsDataSection.spec.tsx`: https://github.com/getsentry/sentry/blob/3b17f232c2c704a660bfcdaec0e6daa11195228e/static/app/components/events/highlights/highlightsDataSection.spec.tsx#L1-L18 # Legal Boilerplate Look, I get it. The entity...
# Goal The goal of this PR is to add a missing `return` statement in the declaration of the `` component in `static/app/components/structuredEventData/index.tsx`. # Approach We also add a test...