ArthurKnaus a7039d6197 ref(tsc): Convert AccountSecurityWrapper to FC (#76720) 2 месяцев назад
..
acceptOrganizationInvite 8e7540771f feat(ts): Switch to LinkButton for `to` buttons (#76396) 2 месяцев назад
acceptProjectTransfer cadf0c60d9 test(js): Remove projects / teams from organizations (#72756) 4 месяцев назад
admin f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
alerts d959542eb6 feat(alerts): Add insights metrics option and alert type (#76634) 2 месяцев назад
app c099a8545c ref(rr6): Move GuideStore url update to a react effect (#76690) 2 месяцев назад
auth 8e7540771f feat(ts): Switch to LinkButton for `to` buttons (#76396) 2 месяцев назад
beaconConsent 9d940ab2d3 feat(beacon): Add consent form for new data ingested by beacon (#65362) 8 месяцев назад
dashboards 4481695393 chore(dashboards): Improve `AutoSizedNumber` instrumentation (#76669) 2 месяцев назад
dataExport f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
disabledMember 654fae1b23 ref(ui): Change `static/app/views` imports to use `sentry` alias (#30194) 2 лет назад
discover 6658357dae ref(grouping-title-ui): Remove title tree label code (#76589) 2 месяцев назад
explore ce2993255f styles(profiling): Clean up slowest functions column formatting (#76692) 2 месяцев назад
feedback ee95b68195 fix: Protect against feedbacks ingested without project association (#74218) 3 месяцев назад
insights d959542eb6 feat(alerts): Add insights metrics option and alert type (#76634) 2 месяцев назад
integrationOrganizationLink 4652fc7032 chore: Move normalizeUrl into its own file (#74099) 3 месяцев назад
integrationPipeline 28ba9c33fc fix(integrations): Bring back type="submit" in awsLambdaFunctionSelect (#76460) 2 месяцев назад
issueDetails 77749ef81b fix(issues): Collapse grouping info by default (#76612) 2 месяцев назад
issueList f6dade47ac Revert "chore(custom-views): Switch to useLayoutEffect (#76695)" 2 месяцев назад
metrics f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
monitors f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
newsletterConsent 9d999b8e28 ref: Import forms components directly, and remove barrel file (#52057) 1 год назад
onboarding 853b937158 fix(onboarding): Fix integration issues (#76539) 2 месяцев назад
organizationCreate 4652fc7032 chore: Move normalizeUrl into its own file (#74099) 3 месяцев назад
organizationJoinRequest 527914ee8d build: Addition of typescript-eslint/consistent-type-imports rule (#63543) 9 месяцев назад
organizationLayout 36fea73add ref(devtoolbar): move code from getsentry (#74478) 3 месяцев назад
organizationRestore f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
organizationStats 6658357dae ref(grouping-title-ui): Remove title tree label code (#76589) 2 месяцев назад
performance e070747f29 feat: add continuous profile link to actions (#76668) 2 месяцев назад
profiling ce2993255f styles(profiling): Clean up slowest functions column formatting (#76692) 2 месяцев назад
projectDetail f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
projectInstall 8e5ec88c28 ref(platformIntegrationSetup): Convert class to func (#76596) 2 месяцев назад
projects a0237e4ce2 fix(ts): Codemod all `sentry/types` warnings (#76150) 2 месяцев назад
projectsDashboard 8e7540771f feat(ts): Switch to LinkButton for `to` buttons (#76396) 2 месяцев назад
releases f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
relocation 4652fc7032 chore: Move normalizeUrl into its own file (#74099) 3 месяцев назад
replays faeb0eea34 feat(replay): implement search bar key sections and fetch tags from IP instead of discover (#76276) 2 месяцев назад
sentryAppExternalInstallation f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
settings a7039d6197 ref(tsc): Convert AccountSecurityWrapper to FC (#76720) 2 месяцев назад
setupWizard a81fd0ef8d ref(wizard): Clean up wizard login success page (#73294) 4 месяцев назад
sharedGroupDetails dc5bdabd53 feat(frontend): Add timestamp on issue public share page (#73326) 4 месяцев назад
stories fddc5bc587 ref: Move <Flex> into components/container/ (#71932) 5 месяцев назад
traces f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
unsubscribe f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
userFeedback f03acd3d3d feat(ui): Switch react-query isLoading to isPending (#76459) 2 месяцев назад
deprecatedAsyncView.tsx feabebf6b2 deps(ui): Upgrade to prettier v3, formatting changes (#56356) 1 год назад
organizationContainer.tsx 04023db53e fix(frontend): handle user in no organization better (#66911) 7 месяцев назад
organizationContext.spec.tsx a909e82c1e perf: avoid using sentry/types in some places (#69101) 6 месяцев назад
organizationContext.tsx ec62a89112 feat(u2f): Await bootstrap promises (#73315) 4 месяцев назад
organizationRoot.spec.tsx d3559cda36 ref(ts): Convert organizationRoot.spec to tsx (#51980) 1 год назад
organizationRoot.tsx 9fb27c35eb chore(js): Add some missing children props (react 18 prep) (#47300) 1 год назад
permissionDenied.tsx 43f863afe6 feat(ui): Stop reporting permission as error (#49255) 1 год назад
projectEventRedirect.tsx e855b08085 fix(routes): Use different route to perform event redirect (#69439) 6 месяцев назад
routeAnalyticsContextProvider.tsx 1f85b5c4d1 ref(js): Move RouteAnalyticsContext to App (#76495) 2 месяцев назад
routeContext.tsx 527914ee8d build: Addition of typescript-eslint/consistent-type-imports rule (#63543) 9 месяцев назад
routeError.spec.tsx 0cbffd69f8 test(js): Remove all usages of routerContext (#72041) 5 месяцев назад
routeError.tsx 5bff6b7d5a feat: Update Sentry SDK to 8.0.0-beta.5 (#68520) 6 месяцев назад
routeNotFound.tsx c549deaf78 ref(ui): Better logging for routeNotFound (#69025) 6 месяцев назад