Nathan Hsieh 8cf0f3919a Introduce `precision` arg to exactDuration formatter (#58697) 1 year ago
..
__mocks__ 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
__snapshots__ 7960ee6e2c ref(ui): Make highlight prop `Marker` required (#56585) 1 year ago
analytics 5ab03d475a fix(issues): Remove hover issue tag event (#58405) 1 year ago
customMeasurements 3d05631eec feat(dashboards): removes dashboards-mep flag check from frontend (#56330) 1 year ago
dashboards 0f0e9beccc chore(jest): Upgrade user-event -> 14.x (#45410) 2 years ago
date 11eb0b1629 bug(replays): Guard against hydrating invalid attachments (#51160) 1 year ago
discover a88c7377be feat(starfish): Add top events to the WSV (#57592) 1 year ago
duration 62f1ad097e ref(formatDuration): Rename vars to match filename (#57683) 1 year ago
feedback bc6cfc987f ref(feedback): Refactor infinite list loading to use issue api (#58209) 1 year ago
fields 7d519fc5ef ref(replays): add rage/dead selectors to click fields in searchbar (#57152) 1 year ago
gettingStartedDocs 67bef4696b ref(onboarding): Convert platform aspnet to new structure (#58221) 1 year ago
issueTypeConfig 0db844e79a chore(statistical-detectors): Remove tags from transaction regression… (#58721) 1 year ago
measurements c33a2f4aa2 feat(fields): Consolidate field definitions and introduce rich descriptions (#36822) 2 years ago
number f977c14af2 ref(clamp): Extract `clamp()` to the utils folder (#55136) 1 year ago
onDemandMetrics 8608024880 feat(alerts): enable more fields for on-demand alerts (#58596) 1 year ago
performance d8da13158a fix(performance-quick-trace-query): Simplified trace endpoint response. (#58194) 1 year ago
performanceForSentry e3d579e1a4 feat(sdk): Upgrade `@sentry` SDKs to v7.65.0-alpha.0 (#54916) 1 year ago
profiling 48b1140b8b fix(profiling): fix bad query and update wording (#58385) 1 year ago
releases af5d44abb5 chore(js): Fix parameter type in `handleXhrErrorResponse` (#49327) 1 year ago
replays 3e10e5fc64 ref(replay): Update replay tests to use imported fixtures instead of `TestStubs.Replay*` (#58541) 1 year ago
requestError 8107d5d6a6 fix(js): Add tags to JS url sanitization and fix bug (#50022) 1 year ago
routeAnalytics 9cbc4407b7 feat(issues): Disable route analytics until the event is loaded (#51508) 1 year ago
search a0a3756158 fix(replay): Improve replay search box breakpoints so placeholder text does not wrap (#57037) 1 year ago
url 1912514db2 test: Improve useLocationQuery with tests and types (#57823) 1 year ago
window ca8fc28c52 feat(replays): Replay layout add breadcrumbs to fullscreen mode (#58524) 1 year ago
analytics.tsx 3bc1799f24 feat: Referrer GitHub comments (#54475) 1 year ago
appStoreValidationErrorMessage.tsx bb42837000 style(ts): Sort type keys alphabetically (#31625) 3 years ago
callIfFunction.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
consolidatedScopes.spec.tsx 8f706ff2c8 fix(ui): Correctly display scopes when org:integrations present (#58312) 1 year ago
consolidatedScopes.tsx 8f706ff2c8 fix(ui): Correctly display scopes when org:integrations present (#58312) 1 year ago
convertFromSelect2Choices.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
convertFromSelect2Choices.tsx 680fefab02 ref(ts): Convert tests to typescript (#35948) 2 years ago
crashReports.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
crashReports.tsx 71a8d678a9 chore(ts): Use UPPER_CASE for SettingScope (#50385) 1 year ago
createStorage.tsx f3c3c15fd4 feat(utils): add useLocalStorageState hook. (#36918) 2 years ago
cursor.tsx b470652ee7 fix(metrics) Add support for pagination when displaying investigation rule UI (#57826) 1 year ago
cursorPoller.tsx d9ae351b9b fix(issue-stream): Fix pagination caption when realtime is enabled (#48718) 1 year ago
dates.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
dates.tsx c69668cd8e ref(js): Consolidate dateTime format functions (#51201) 1 year ago
demoMode.tsx 2c552cad2a feat(growth): remove sandbox walkthrough a/b test (#43062) 2 years ago
displayReprocessEventAction.spec.tsx 76babad31b test: Import from sentry-fixture inside test files [2] (#56811) 1 year ago
displayReprocessEventAction.tsx 8f93f3b1a0 ref(types): Consolidate platform key and type (#57349) 1 year ago
docs.tsx 393a3f3d81 feat(perf): Remove UX widgets for performance refresh (#52978) 1 year ago
domId.tsx 5f303bbe23 fix(js): Replace complicated `substr` -> `substring` (#49241) 1 year ago
environment.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
errorHandler.tsx b543bf4637 ref(js): Avoid import * as React in simple Components (#34267) 2 years ago
eventDispatcher.spec.tsx a4c9e87354 chore(bug reports): Create an event dispatcher class (#57332) 1 year ago
eventDispatcher.tsx a4c9e87354 chore(bug reports): Create an event dispatcher class (#57332) 1 year ago
eventWaiter.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
eventWaiter.tsx e4bd39b138 fix(event-waiter): Remove update project logic (#48446) 1 year ago
events.tsx f5dae32c5c Amplitude analytics for event mechanism (#57196) 1 year ago
extractSlug.spec.tsx 55f1dca8a6 bug: Fix extracting of org slug from dev hosts (#45090) 2 years ago
extractSlug.tsx 40ca3d4302 feat(dev): Set a dynaimc hostname when api requests proxy to the server in dev-ui (#45713) 2 years ago
fetchSentryAppInstallations.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
fileExtension.tsx 07928a0615 fix(platformicons): Change `react` to `javascript-react` to get correct platform icon (#56706) 1 year ago
findClosestNumber.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
findClosestNumber.tsx 5e551d27ba style(js): Make findClosestNumber comment a docblock (#39182) 2 years ago
formatters.spec.tsx 8cf0f3919a Introduce `precision` arg to exactDuration formatter (#58697) 1 year ago
formatters.tsx 8cf0f3919a Introduce `precision` arg to exactDuration formatter (#58697) 1 year ago
fuzzySearch.tsx feabebf6b2 deps(ui): Upgrade to prettier v3, formatting changes (#56356) 1 year ago
getCsrfToken.tsx 61fa07c688 ref(js): Use `js-cookie` for our CSRF cookie value (#39248) 2 years ago
getCurrentSentryReactTransaction.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
getDaysSinceDate.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
getDaysSinceDate.tsx 574daf2329 feat(analytics): Add days_since_last_seen to issue analytics (#47415) 1 year ago
getDisplayName.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
getDynamicText.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
getDynamicText.tsx bb42837000 style(ts): Sort type keys alphabetically (#31625) 3 years ago
getErrorDebugIds.ts 7ae9cb1fb0 feat: Add function to get debug IDs off an error (#50920) 1 year ago
getKeyCode.ts f9d35972ed feat(component): Component that renders keyboard hotkeys (#35234) 2 years ago
getMinMax.tsx 40ab41b304 ref: Extract getMinMax() function to its own file (#49122) 1 year ago
getModalPortal.tsx c22505fd90 feat(sandbox): expose focus trap (#26414) 3 years ago
getOrganizationAge.tsx 47662987ed feat(ui): adds new getDaysSinceDate function (#35497) 2 years ago
getPendingInvite.tsx c0d41b5011 ref(js): Consistently use `qs` for query-string library (#30703) 3 years ago
getPeriod.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
getPeriod.tsx bb42837000 style(ts): Sort type keys alphabetically (#31625) 3 years ago
getPlatformName.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
getPreloadedData.ts ff0b741831 ref(perf): Have preload queries return the result (#27282) 3 years ago
getProjectsByTeams.spec.tsx 9bf0507c0d chore(js): Convert simple component tests to tsx (#49368) 1 year ago
getProjectsByTeams.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
getRouteStringFromRoutes.spec.tsx 7f1ecc3a54 ref(ts): Covert getRouteStringFromRoutes.spec to tsx (#51941) 1 year ago
getRouteStringFromRoutes.tsx 536793812c ref(react-router): Normalize react-router/lib/* imports (#28017) 3 years ago
getSdkUpdateSuggestion.tsx 261c8afd3c fix(ts): Correct types on List / ListItem (#53804) 1 year ago
getStacktraceBody.spec.tsx 76babad31b test: Import from sentry-fixture inside test files [2] (#56811) 1 year ago
getStacktraceBody.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
guid.tsx 51b1f2dcfa ref(js): Dont redefine s4 every time (#37522) 2 years ago
handleXhrErrorResponse.spec.tsx 68d9adf38c ref(views): move alert, acceptOrgInvite and issue rule views to tsx (#52620) 1 year ago
handleXhrErrorResponse.tsx c14b6e9f25 chore: Convert all @ts-ignore comments to @ts-expect-error, or remove them if there was no underlying error (#50313) 1 year ago
highlightFuseMatches.spec.tsx 7960ee6e2c ref(ui): Make highlight prop `Marker` required (#56585) 1 year ago
highlightFuseMatches.tsx 7960ee6e2c ref(ui): Make highlight prop `Marker` required (#56585) 1 year ago
integrationUtil.spec.tsx c3595c7a16 Enable stack trace linking to Bitbucket and VSTS repos on the frontend (#52899) 1 year ago
integrationUtil.tsx c3595c7a16 Enable stack trace linking to Bitbucket and VSTS repos on the frontend (#52899) 1 year ago
isActiveSuperuser.tsx b0aa0ce348 fix(roles): TeamSelector using broken isActiveSuperuser (#50003) 1 year ago
isEqualWithDates.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
isMemberDisabledFromLimit.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
isModifierKeyPressed.tsx 2574eeedbb ref(pageFilters): Add new `ProjectPageFilter` w/ Updated UI (#47195) 1 year ago
isRenderFunc.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
isValidOrgSlug.spec.tsx 9ea81b0a16 feat(hybrid-cloud): Add isValidOrgSlug (#41722) 2 years ago
isValidOrgSlug.tsx 9ea81b0a16 feat(hybrid-cloud): Add isValidOrgSlug (#41722) 2 years ago
loadPrismLanguage.ts 28ff242ba2 ref(prism): Auto-download language dependencies (#46887) 1 year ago
localStorage.tsx 52ddd432cf feat(ui): creates sessionStorage wrapper (#31612) 3 years ago
logging.tsx f5f43cf1b8 style(js): Ensure ` ` in `/*` style comments (#26757) 3 years ago
marked.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
marked.tsx c831d07364 ref(js): Remove various usages of IS_ACCEPTANCE_TEST (#56502) 1 year ago
mergeRefs.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
metrics.tsx 7b681d9da5 fix(ddm): use 10s granularity only for custom metrics (#58688) 1 year ago
orgRole.tsx 34eeed0e9b feat(roles): Team-roles for Team Members page (#48317) 1 year ago
oxfordizeArray.spec.tsx bf5e288074 chore(ui) Cleanup oxfordize util (#56658) 1 year ago
oxfordizeArray.tsx bf5e288074 chore(ui) Cleanup oxfordize util (#56658) 1 year ago
panelProvider.tsx e4ac987d6b chore(js): Apply react/function-component-definition (#47099) 1 year ago
parseApiError.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
parseHtmlMarks.spec.tsx 9bf0507c0d chore(js): Convert simple component tests to tsx (#49368) 1 year ago
parseHtmlMarks.tsx 038f6c45b2 ref(js): Prefer includes over indexOf (#50546) 1 year ago
parseLinkHeader.tsx f3d31eee22 ref(replays): Refactor how we fetch segments to use the new batch api endpoint (#38281) 2 years ago
platform.tsx f6813de883 ref(types): Fix PlatformKey type (#56920) 1 year ago
projects.spec.tsx 68d9adf38c ref(views): move alert, acceptOrgInvite and issue rule views to tsx (#52620) 1 year ago
projects.tsx 496710444b style(comments): Prefer separate-line style comments (#53818) 1 year ago
promptIsDismissed.tsx 02fb153200 fix(globalsdkupdates): refactor to fn component and rtl tests (#31667) 3 years ago
promptsActivity.tsx 02fb153200 fix(globalsdkupdates): refactor to fn component and rtl tests (#31667) 3 years ago
queryClient.spec.tsx 161676edcf ref(js): Simplify `RequestError` API (#49452) 1 year ago
queryClient.tsx bc6cfc987f ref(feedback): Refactor infinite list loading to use issue api (#58209) 1 year ago
queryString.spec.tsx dab313eef7 feat(tags): updates tag values to link correctly (#43877) 2 years ago
queryString.tsx dab313eef7 feat(tags): updates tag values to link correctly (#43877) 2 years ago
recordSentryAppInteraction.tsx 816acaa36c ref(ui): Change `static/app` imports to use `sentry` alias (no views) (#30193) 3 years ago
recreateRoute.spec.tsx 406e579e2f fix(routes): Ensure route path segments end with a trailing slash (#41680) 2 years ago
recreateRoute.tsx 406e579e2f fix(routes): Ensure route path segments end with a trailing slash (#41680) 2 years ago
redirect.tsx 9121039691 fix(js): Correct eslint hook rule in Redirect (#34475) 2 years ago
removeAtArrayIndex.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
removeAtArrayIndex.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
replaceAtArrayIndex.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
replaceAtArrayIndex.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
replaceRouterParams.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
replaceRouterParams.tsx 7507335fc7 feat: Update replaceRouterParams to support number parameters (#36455) 2 years ago
resolveRoute.spec.tsx e3f294b264 fix(ui) Consolidate and simplify domain munging logic (#57479) 1 year ago
resolveRoute.tsx e3f294b264 fix(ui) Consolidate and simplify domain munging logic (#57479) 1 year ago
retryableImport.spec.tsx 18c6534ad9 ref(js): Convert retryableImport.spec to tsx (#51119) 1 year ago
retryableImport.tsx 674c428c8a ref(js): retryableImport already returns a Promise (#35294) 2 years ago
routeTitle.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
sanitizeQuerySelector.spec.tsx 6a4b9076c8 ref(js): Convert sanitizeQuerySelector.spec to tsx (#51812) 1 year ago
sanitizeQuerySelector.tsx afa70e4128 feat(performance-detector-thresholds): Added scroll to setting and uncollapse option functionality. (#55692) 1 year ago
selectText.tsx ee9bb20949 ref(js): Marginally improve selectText (#39181) 2 years ago
sessionStorage.tsx 52ddd432cf feat(ui): creates sessionStorage wrapper (#31612) 3 years ago
sessions.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
sessions.tsx 496710444b style(comments): Prefer separate-line style comments (#53818) 1 year ago
silence-react-unsafe-warnings.ts 20319831ac ref(test): Marginal cleanup to silence-react-unsafe-warnings (#50588) 1 year ago
slugify.spec.tsx 63ba25a01d fix(settings): Ensure that slugified inputs remove invalid characters [UP-178] (#40118) 2 years ago
slugify.tsx 63ba25a01d fix(settings): Ensure that slugified inputs remove invalid characters [UP-178] (#40118) 2 years ago
statics-setup.tsx 5767d2ba89 build: Use `django-manifest-loader` for static assets (#25234) 3 years ago
teams.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
teams.tsx 91c58ea9fd ref(js): Export useTeams as a named export (#49052) 1 year ago
testableTransition.tsx 9e9d09f8d2 test(ui): Disable animations for jest tests (#46220) 1 year ago
theme.tsx afcb6e0f27 feat(starfish): Replace time spent breakdown with a smaller widget (#56962) 1 year ago
toArray.tsx e2f6d7fe42 ref(toArray): Introduce a `toArray()` helper function and use it (#41507) 2 years ago
tokenizeSearch.spec.tsx 9d06f817ed feat(starfish): Show full description on span summary page (#53618) 1 year ago
tokenizeSearch.tsx b7c5b29043 feat(replays): add filter dropdown to browser and OS cells (#54897) 1 year ago
touch.tsx 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
trimSlug.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
trimSlug.tsx 65a9d855cf style(js): Marginally improve trimSlug comment (#39196) 2 years ago
useApi.spec.tsx 65c1ea2f13 ref(tests): use MockApiClient instead of Client (#52272) 1 year ago
useApi.tsx 09a4448710 fix(js): Correct eslint hook rule in useApi (#34474) 2 years ago
useApiRequests.spec.tsx 6580c82df3 ref(js): Drop @emotion css-prop type import (#48976) 1 year ago
useApiRequests.tsx feabebf6b2 deps(ui): Upgrade to prettier v3, formatting changes (#56356) 1 year ago
useCleanQueryParamsOnRouteLeave.spec.tsx 3f2a21338f fix(issue-details): Fix 'Open in Discover' button when on the All Events tab (#54912) 1 year ago
useCleanQueryParamsOnRouteLeave.tsx 3f2a21338f fix(issue-details): Fix 'Open in Discover' button when on the All Events tab (#54912) 1 year ago
useColorscheme.tsx 4cb6bc90fe fix(settings): show success message after avatar upload (#54800) 1 year ago
useCombinedReducer.spec.tsx e044099f82 test: Use initialProps when testing hooks with reactHooks.renderHook (#39532) 2 years ago
useCombinedReducer.tsx db8ca70075 feat(utils): add undoable and combined reducer (#32622) 3 years ago
useCommitters.tsx 0c6d56de27 chore(js): rename queryClient things -> Api* (#47126) 1 year ago
useCopyToClipboard.tsx 191a05d144 ref: Extract a CopyToClipboardButton component (#48667) 1 year ago
useCustomMeasurements.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
useCustomMeasurements.tsx 6981a7e41d feat(dashboards): adds custom measurements store and hoc (#36018) 2 years ago
useDevicePixelRatio.tsx 9fcb21a218 ref(js): Avoid import * from React in use* hooks (#34262) 2 years ago
useDimensions.tsx d47daf2647 ref: Replace MeasureSize with useDimensions (#54892) 1 year ago
useDismissAlert.spec.tsx 47953a7440 ref(ts): Use `jest.mocked` over jest.Mocked casting (#53821) 1 year ago
useDismissAlert.tsx 60e5dc1e0e fix: Use better types and include JSON.stringify in test cases of useDismissAlert (#44359) 2 years ago
useEffectAfterFirstRender.ts 82327da6c4 ref(profiling): update hook dependencies (#37130) 2 years ago
useExperiment.tsx aca2cf267e fix(experiments): Declare experiment config as const (#45899) 2 years ago
useHotkeys.spec.tsx 6dbd6f7516 fix(useHotkeys): Ensure OTHER modifiers are not pressed (#55279) 1 year ago
useHotkeys.tsx b5cd18bcfb style(js): Improve comment on useHotkeys match prop (#55268) 1 year ago
useHoverOverlay.tsx c0beb607fb fix(ui): Reset tooltip visibility on disabled (#51288) 1 year ago
useIsMountedRef.spec.tsx 7da03aaef1 feat(ui): Add useIsMountedRef hook (#41098) 2 years ago
useIsMountedRef.tsx 7da03aaef1 feat(ui): Add useIsMountedRef hook (#41098) 2 years ago
useIsStuck.tsx afe4564899 feat(ui): Add useIsStuck + Sticky component (#54215) 1 year ago
useKeyPress.tsx 11b1bda3c2 fix(ddm): Capture backtick power mode so that it does not trigger impersonation (#56739) 1 year ago
useLocalStorageState.spec.tsx e044099f82 test: Use initialProps when testing hooks with reactHooks.renderHook (#39532) 2 years ago
useLocalStorageState.ts f3c3c15fd4 feat(utils): add useLocalStorageState hook. (#36918) 2 years ago
useLocation.spec.tsx 39d10a8d8c chore: Colocate tests for actionCreators, utils and components (#38339) 2 years ago
useLocation.tsx fe18046450 ref(ts): Better types on useLocation (#34728) 2 years ago
useMedia.tsx 23d44038e3 ref(js): Remove Safari 13 compat (#39198) 2 years ago
useMembers.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
useMembers.tsx 41dcace0bb fix(js): Correct useMembers `ids` to filter results (#50036) 1 year ago
useMemoWithPrevious.spec.tsx 9bf0507c0d chore(js): Convert simple component tests to tsx (#49368) 1 year ago
useMemoWithPrevious.ts 82327da6c4 ref(profiling): update hook dependencies (#37130) 2 years ago
useNavigate.spec.tsx 6ea52deb7e fix(domains) Fix url normalization in navigate() (#42250) 2 years ago
useNavigate.tsx 6ea52deb7e fix(domains) Fix url normalization in navigate() (#42250) 2 years ago
useOnClickOutside.tsx 9fcb21a218 ref(js): Avoid import * from React in use* hooks (#34262) 2 years ago
useOrganization.tsx 4c65bbcf98 ref(js): Allow useOrganization to have a `allowNull` (#49840) 1 year ago
useOrganizationSDKUpdates.tsx 653ee48579 feat(perf): Add notices for folks whose projects have old SDKs and no data (#56954) 1 year ago
useOverlay.tsx 0ef5fae8e3 ref(useOverlay): Open other overlays on outside click (#50964) 1 year ago
usePageFilters.tsx 7666419cbe feat(ui): Add `usePageFilters` hook (#35014) 2 years ago
useParams.spec.tsx b8c8d7c987 feat(hybrid-cloud): Update useParams to inject orgId parameter whenever a customer domain is used (#41611) 2 years ago
useParams.tsx fe53846354 chore(hybrid-cloud): Replace withRouter with hooks part 2 (#41741) 2 years ago
usePrevious.spec.tsx e044099f82 test: Use initialProps when testing hooks with reactHooks.renderHook (#39532) 2 years ago
usePrevious.tsx c022e914ff ref(hook): allow usePrevious to initialize with value and add tests (#31305) 3 years ago
useProjectFromSlug.tsx 616865a1d0 feat(replay): Add logging to track replay data in the browser (#50533) 1 year ago
useProjectKeys.tsx 17edbcc7a7 feat(profiling): display public dsn during onboarding (#39235) 2 years ago
useProjectSdkNeedsUpdate.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
useProjectSdkNeedsUpdate.tsx fd0bb53c31 ref(makeTestQueryClient): Use makeTestQueryClient consistently in tests (#56288) 1 year ago
useProjectSdkUpdates.tsx 8bd377f4fe feat(replays): add alert when project sdk does not support click (#47241) 1 year ago
useProjects.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
useProjects.tsx 1095ffbc81 ref(js): Fix state dependency in useProjects (#49882) 1 year ago
useResizableDrawer.tsx 80bd13a17a chore(js): Move useResizableDrawer -> base utils (#43401) 2 years ago
useRouteContext.tsx 353f254bb5 feat(hooks): Implement react-router hooks (#32813) 2 years ago
useRouter.spec.tsx 8078b8fc8f feat: Add useRouter and replace useRouteContext with other hooks (#41869) 2 years ago
useRouter.tsx 8078b8fc8f feat: Add useRouter and replace useRouteContext with other hooks (#41869) 2 years ago
useRoutes.spec.tsx 17319e39bd test(js): Add default router and org context to RTL render function (#40290) 2 years ago
useRoutes.tsx 353f254bb5 feat(hooks): Implement react-router hooks (#32813) 2 years ago
useScrollToTop.tsx 5cc30a9d8d fix(js): Correct eslint hook rule in useScrollToTop (#34479) 2 years ago
useSessionStorage.tsx 8c1d30f4e8 ref(sessionstorage): use wrapper (#50051) 1 year ago
useSyncedLocalStorageState.spec.tsx e4ac987d6b chore(js): Apply react/function-component-definition (#47099) 1 year ago
useSyncedLocalStorageState.tsx fe56965b71 feat(js): Add useSyncedLocalStorageState hook (#40694) 2 years ago
useTags.spec.tsx 28bb64f47b ref(tagsstore): cap tags store size (#44409) 2 years ago
useTags.tsx 28bb64f47b ref(tagsstore): cap tags store size (#44409) 2 years ago
useTeams.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
useTeams.tsx dda8485a8d feat(ui): Remove ids option from `useTeams` (#57314) 1 year ago
useTeamsById.spec.tsx f9f316b4cf feat(ui): split useTeamsById and useUserTeams from useTeams (#56007) 1 year ago
useTeamsById.tsx dda8485a8d feat(ui): Remove ids option from `useTeams` (#57314) 1 year ago
useTimeout.spec.tsx 9d18a3f9f3 fix(usetimeout): Cancel timeout on unmount (#40053) 2 years ago
useTimeout.tsx effee8df83 ref(js): Remove extranious function indirection (#58099) 1 year ago
useUndoableReducer.spec.tsx e044099f82 test: Use initialProps when testing hooks with reactHooks.renderHook (#39532) 2 years ago
useUndoableReducer.tsx feabebf6b2 deps(ui): Upgrade to prettier v3, formatting changes (#56356) 1 year ago
useUrlParams.spec.tsx afd7b37551 fix: Improve return type of useUrlParams (#54940) 1 year ago
useUrlParams.tsx afd7b37551 fix: Improve return type of useUrlParams (#54940) 1 year ago
useUserTeams.spec.tsx f9f316b4cf feat(ui): split useTeamsById and useUserTeams from useTeams (#56007) 1 year ago
useUserTeams.tsx f9f316b4cf feat(ui): split useTeamsById and useUserTeams from useTeams (#56007) 1 year ago
userselect.tsx bb42837000 style(ts): Sort type keys alphabetically (#31625) 3 years ago
utils.spec.tsx 0f0a0710fb ref(fixtures): Refactor Project fixture to tsx (#55288) 1 year ago
versions.spec.tsx 496710444b style(comments): Prefer separate-line style comments (#53818) 1 year ago
versions.ts 8bd377f4fe feat(replays): add alert when project sdk does not support click (#47241) 1 year ago
withApi.spec.tsx 65c1ea2f13 ref(tests): use MockApiClient instead of Client (#52272) 1 year ago
withApi.tsx e4ac987d6b chore(js): Apply react/function-component-definition (#47099) 1 year ago
withConfig.spec.tsx c6ca733421 ref(js): Convert withConfig.spec to tsx (#51813) 1 year ago
withConfig.tsx 5b51d90cf2 chore(js): Avoid React.FC function typing (#47060) 1 year ago
withDomainRedirect.spec.tsx 63c720e26f fix(ui) Improve domain handling for dev-ui and vercel (#57464) 1 year ago
withDomainRedirect.tsx 63c720e26f fix(ui) Improve domain handling for dev-ui and vercel (#57464) 1 year ago
withDomainRequired.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
withDomainRequired.tsx e3f294b264 fix(ui) Consolidate and simplify domain munging logic (#57479) 1 year ago
withExperiment.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
withExperiment.tsx feabebf6b2 deps(ui): Upgrade to prettier v3, formatting changes (#56356) 1 year ago
withIssueTags.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
withIssueTags.tsx d25d3551c8 feat(issues): GA search shortcuts (#53903) 1 year ago
withLatestContext.tsx 5e074132cc fix(js): Typo in componentWillUnmount (#38931) 2 years ago
withOrganization.tsx 730876261b ref(js): Avoid import * as React in with* HoCs (#34261) 2 years ago
withOrganizations.tsx 730876261b ref(js): Avoid import * as React in with* HoCs (#34261) 2 years ago
withPageFilters.spec.tsx e4ac987d6b chore(js): Apply react/function-component-definition (#47099) 1 year ago
withPageFilters.tsx 5b51d90cf2 chore(js): Avoid React.FC function typing (#47060) 1 year ago
withPlugins.tsx 415bd21b3b test(ui): Convert projectReleaseTracking to typescript (#53291) 1 year ago
withProject.tsx 730876261b ref(js): Avoid import * as React in with* HoCs (#34261) 2 years ago
withProjects.spec.tsx 9bf0507c0d chore(js): Convert simple component tests to tsx (#49368) 1 year ago
withProjects.tsx 5b51d90cf2 chore(js): Avoid React.FC function typing (#47060) 1 year ago
withRelease.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
withRelease.tsx 730876261b ref(js): Avoid import * as React in with* HoCs (#34261) 2 years ago
withRepositories.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
withRepositories.tsx 752d92d7d9 ref(js): Remove RepositoryActions (#38112) 2 years ago
withSavedSearches.tsx e4ac987d6b chore(js): Apply react/function-component-definition (#47099) 1 year ago
withSdkUpdates.tsx 730876261b ref(js): Avoid import * as React in with* HoCs (#34261) 2 years ago
withSentryAppComponents.spec.tsx 68d9adf38c ref(views): move alert, acceptOrgInvite and issue rule views to tsx (#52620) 1 year ago
withSentryAppComponents.tsx 6caa3facf3 fix(issue-details): Filter out non-issue components from Issue Tracking section (#39249) 2 years ago
withSentryRouter.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
withSentryRouter.tsx 70a739981b feat(hybrid-cloud): Add withSentryRouter (#41797) 2 years ago
withTags.spec.tsx ddb8d6673c ref(ts): Convert withTags.spec to tsx (#51939) 1 year ago
withTags.tsx 4501bd9142 ref(stores): Remove duplicate `getStateTags` method (#38398) 2 years ago
withTeamsForUser.spec.tsx 7343643d84 chore(ts): Remove usage of `TestStubs.Organization` (#57374) 1 year ago
withTeamsForUser.tsx 730876261b ref(js): Avoid import * as React in with* HoCs (#34261) 2 years ago