Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(autofix): Add status indicator to button #85306

Merged
merged 14 commits into from
Feb 18, 2025
Merged

Conversation

roaga
Copy link
Member

@roaga roaga commented Feb 15, 2025

Redoing this PR, added two missing checks, stricter polling, and a test.
image

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 15, 2025
Comment on lines 265 to 266
{((!organization.hideAiFeatures &&
(aiConfig.hasSummary || aiConfig.needsGenAIConsent)) ||
Copy link
Member Author

@roaga roaga Feb 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this check should catch that we were showing an empty solutions hub in the EU

Copy link

codecov bot commented Feb 15, 2025

❌ 7 Tests Failed:

Tests completed Failed Passed Skipped
8600 7 8593 3
View the top 3 failed test(s) by shortest run time
GroupSidebar displays mobile tags when issue platform is mobile does not render mobile tags on top of tag summary for non mobile platforms
Stack Traces | 0.129s run time
Error: Expected test not to call console.error().

If the error is expected, test for it explicitly by mocking it out using jest.spyOn(console, 'error').mockImplementation() and test that the warning occurs.



Error: No mocked response found for request: GET .../1/autofix/setup/
    at Object.<anonymous> (.../views/issueDetails/groupSidebar.spec.tsx:232:39)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../jest-circus/build/run.js:316:40)
    at _runTest (.../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
    at console.captureMessage [as error] (.../node_modules/jest-fail-on-console/index.js:83:25)
    at Object.<anonymous> (.../app/__mocks__/api.tsx:45:15)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusHook (.../jest-circus/build/run.js:281:40)
    at _runTest (.../jest-circus/build/run.js:254:5)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
    at flushUnexpectedConsoleCalls (.../node_modules/jest-fail-on-console/index.js:48:13)
    at Object.<anonymous> (.../node_modules/jest-fail-on-console/index.js:139:7)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusHook (.../jest-circus/build/run.js:281:40)
    at _runTest (.../jest-circus/build/run.js:254:5)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
GroupSidebar displays mobile tags when issue platform is mobile renders mobile tags on top of tag summary for mobile platforms
Stack Traces | 0.145s run time
Error: Expected test not to call console.error().

If the error is expected, test for it explicitly by mocking it out using jest.spyOn(console, 'error').mockImplementation() and test that the warning occurs.



Error: No mocked response found for request: GET .../1/autofix/setup/
    at Object.<anonymous> (.../views/issueDetails/groupSidebar.spec.tsx:218:39)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../jest-circus/build/run.js:316:40)
    at runNextTicks (node:internal/process/task_queues:65:5)
    at processTimers (node:internal/timers:526:9)
    at _runTest (.../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
    at console.captureMessage [as error] (.../node_modules/jest-fail-on-console/index.js:83:25)
    at Object.<anonymous> (.../app/__mocks__/api.tsx:45:15)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusHook (.../jest-circus/build/run.js:281:40)
    at _runTest (.../jest-circus/build/run.js:254:5)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
    at flushUnexpectedConsoleCalls (.../node_modules/jest-fail-on-console/index.js:48:13)
    at Object.<anonymous> (.../node_modules/jest-fail-on-console/index.js:139:7)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusHook (.../jest-circus/build/run.js:281:40)
    at _runTest (.../jest-circus/build/run.js:254:5)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
GroupSidebar renders without tags renders empty text
Stack Traces | 0.166s run time
Error: Expected test not to call console.error().

If the error is expected, test for it explicitly by mocking it out using jest.spyOn(console, 'error').mockImplementation() and test that the warning occurs.



Error: No mocked response found for request: GET .../1/autofix/setup/
    at Object.<anonymous> (.../views/issueDetails/groupSidebar.spec.tsx:154:39)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../jest-circus/build/run.js:316:40)
    at _runTest (.../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
    at console.captureMessage [as error] (.../node_modules/jest-fail-on-console/index.js:83:25)
    at Object.<anonymous> (.../app/__mocks__/api.tsx:45:15)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusHook (.../jest-circus/build/run.js:281:40)
    at _runTest (.../jest-circus/build/run.js:254:5)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
    at flushUnexpectedConsoleCalls (.../node_modules/jest-fail-on-console/index.js:48:13)
    at Object.<anonymous> (.../node_modules/jest-fail-on-console/index.js:139:7)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusHook (.../jest-circus/build/run.js:281:40)
    at _runTest (.../jest-circus/build/run.js:254:5)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link

codecov bot commented Feb 18, 2025

Bundle Report

Changes will increase total bundle size by 107.0kB (0.33%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
app-webpack-bundle-array-push 33.02MB 107.0kB (0.33%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: app-webpack-bundle-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
chunks/app_bootstrap_initializeApp_tsx-app_components_avatar_actorAvatar_tsx-app_components_avatar_a-7c38cc.*.js 21.64kB 1.42MB 1.55%
chunks/app_components_assigneeBadge_tsx-app_components_badge_featureBadge_tsx-app_components_charts_-643f8b.*.js 330 bytes 1.13MB 0.03%
chunks/app_actionCreators_redirectToProject_tsx-app_bootstrap_commonInitialization_tsx-app_bootstrap-eebb3f.*.js (New) 430.85kB 430.85kB 100.0% 🚀
chunks/app_views_issueDetails_groupEventDetails_groupEventDetails_tsx-app_views_issueDetails_streaml-b468ad.*.js 1.26kB 391.96kB 0.32%
chunks/app_components_breadcrumbs_tsx-app_utils_performance_quickTrace_quickTraceQuery_tsx-app_utils-00df06.*.js 10 bytes 340.27kB 0.0%
chunks/app_actionCreators_preferences_tsx-app_components_avatar_actorAvatar_tsx-app_components_chevr-9dd2cf.*.js (New) 325.92kB 325.92kB 100.0% 🚀
chunks/app_utils_discover_discoverQuery_tsx-app_views_dashboards_dashboard_tsx-app_views_dashboards_-cbfeaf.*.js (New) 279.85kB 279.85kB 100.0% 🚀
chunks/app_components_events_eventEntries_tsx.*.js 30 bytes 251.67kB 0.01%
chunks/app_actionCreators_discoverHomepageQueries_tsx-app_components_lazyRender_tsx-app_components_n-5e5ad0.*.js -327 bytes 171.45kB -0.19%
chunks/app_actionCreators_members_tsx-app_components_acl_access_tsx-app_components_avatar_avatarList-14430b.*.js -26 bytes 167.56kB -0.02%
chunks/app_components_panels_panelHeader_tsx-app_utils_profiling_hooks_useVirtualizedTree_useVirtual-992efb.*.js 5 bytes 153.6kB 0.0%
chunks/app_views_issueDetails_groupDetails_tsx.*.js -5 bytes 134.2kB -0.0%
chunks/app_views_explore_charts_confidenceFooter_tsx-app_views_traces_content_tsx-node_modules_core--a72ba4.*.js (New) 132.55kB 132.55kB 100.0% 🚀
chunks/app_views_alerts_utils_index_tsx-app_views_releases_detail_overview_index_tsx.*.js 2.68kB 118.35kB 2.31%
chunks/app_components_events_interfaces_spans_traceView_tsx.*.js 5 bytes 116.93kB 0.0%
chunks/app_components_events_interfaces_crashContent_stackTrace_rawContent_tsx-app_utils_useProjectF-cf9c7e.*.js 5 bytes 116.69kB 0.0%
chunks/app_data_timezones_tsx-app_utils_useUserTeams_tsx-app_views_alerts_builder_builderBreadCrumbs-f50fa4.*.js 452 bytes 113.29kB 0.4%
chunks/app_views_alerts_utils_index_tsx-app_views_discover_results_tsx.*.js 3.19kB 110.55kB 2.97%
chunks/app_components_charts_eventsRequest_tsx-app_utils_routeAnalytics_useRouteAnalyticsEventNames_-3be7f3.*.js -39 bytes 108.14kB -0.04%
entrypoints/app.js 506 bytes 99.37kB 0.51%
chunks/app_views_performance_traceDetails_index_tsx-node_modules_echarts_lib_chart_scatter_js-node_m-4ae679.*.js 5 bytes 98.9kB 0.01%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_projectDetail_index_tsx.8d6f0dee579bc850db0d.js (New) 95.48kB 95.48kB 100.0% 🚀
chunks/app_components_events_eventReplay_replayClipPreviewPlayer_tsx.*.js 5 bytes 78.67kB 0.01%
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_utils_useCombinedReducer_tsx-app_-5920cc.*.js 10 bytes 74.61kB 0.01%
chunks/app_views_profiling_content_tsx.*.js 5 bytes 72.42kB 0.01%
chunks/app_components_search_index_tsx.*.js -2 bytes 71.35kB -0.0%
chunks/app_views_performance_transactionSummary_pageLayout_tsx.*.js 127 bytes 69.23kB 0.18%
chunks/app_views_profiling_profileSummary_index_tsx-node_modules_react-virtualized_dist_es_CellMeasu-a35cf7.*.js 233 bytes 66.5kB 0.35%
chunks/app_components_charts_components_markArea_tsx-app_components_charts_eventsRequest_tsx-app_vie-b7a407.*.js 2.55kB 65.29kB 4.07%
chunks/app_views_settings_organizationIntegrations_configureIntegration_tsx.*.js 5 bytes 64.33kB 0.01%
chunks/app_utils_discover_discoverQuery_tsx-app_views_performance_vitalDetail_index_tsx.*.js 5 bytes 62.53kB 0.01%
chunks/app_views_alerts_utils_index_tsx-app_views_dashboards_manage_index_tsx-app_views_insights_dat-57be9a.*.js 5 bytes 61.85kB 0.01%
chunks/app_views_alerts_rules_metric_triggers_chart_index_tsx-app_views_alerts_rules_utils_tsx.*.js -15.57kB 55.73kB -21.83%
chunks/app_views_releases_list_index_tsx.*.js 10 bytes 55.35kB 0.02%
chunks/app_utils_userselect_tsx-app_views_insights_browser_webVitals_views_pageOverview_tsx-node_mod-9505d7.*.js 1 bytes 55.33kB 0.0%
chunks/app_views_monitors_components_monitorForm_tsx.*.js 5 bytes 49.08kB 0.01%
chunks/app_views_settings_dynamicSampling_index_tsx-node_modules_react-virtualized_dist_es_CellMeasu-6b1be5.*.js 1 bytes 48.94kB 0.0%
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_components_gridEditable_sortLink_-12a920.*.js 10 bytes 48.34kB 0.02%
chunks/app_components_charts_components_dataZoomInside_tsx-app_components_charts_components_toolBox_-4b5dae.*.js 119 bytes 45.58kB 0.26%
chunks/app_components_gridEditable_sortLink_tsx-app_views_insights_queues_views_destinationSummaryPage_tsx.*.js 6 bytes 45.15kB 0.01%
chunks/app_components_editableText_tsx-app_utils_customMeasurements_customMeasurementsProvider_tsx-a-d1836d.*.js (New) 44.27kB 44.27kB 100.0% 🚀
chunks/app_views_explore_components_typeBadge_tsx-app_views_explore_multiQueryMode_index_tsx.*.js (New) 43.93kB 43.93kB 100.0% 🚀
chunks/app_views_stories_index_tsx.*.js -142 bytes 41.44kB -0.34%
chunks/app_components_forms_jsonForm_tsx-app_utils_crashReports_tsx-app_views_settings_components_da-556e2d.*.js 5 bytes 41.0kB 0.01%
chunks/app_views_settings_project_projectOwnership_index_tsx.*.js 10 bytes 40.42kB 0.02%
chunks/app_views_discover_landing_tsx.*.js 5 bytes 40.03kB 0.01%
chunks/app_views_alerts_list_rules_alertRulesList_tsx-node_modules_react-virtualized_dist_es_CellMea-2d6856.*.js 90 bytes 39.64kB 0.23%
chunks/app_views_insights_mobile_screens_views_screensLandingPage_tsx-app_views_insights_pages_domai-598e4f.*.js 121 bytes 39.23kB 0.31%
chunks/app_views_alerts_wizard_index_tsx-node_modules_react-virtualized_dist_es_CellMeasurer_CellMea-4ae9b7.*.js 41 bytes 38.26kB 0.11%
entrypoints/pipeline.js 126 bytes 37.51kB 0.34%
chunks/app_views_settings_projectPerformance_projectPerformance_tsx.*.js 5 bytes 37.38kB 0.01%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_performance_transactionSummary-51d702.ed0991024be5518d4091.js (New) 37.35kB 37.35kB 100.0% 🚀
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_views_performance_onboarding_tsx.*.js 12.47kB 36.85kB 51.15% ⚠️
chunks/app_views_settings_organizationDeveloperSettings_sentryApplicationDetails_tsx.*.js 10 bytes 33.63kB 0.03%
chunks/app_views_performance_content_tsx-node_modules_echarts_lib_chart_scatter_js-node_modules_echa-b17ec4.*.js 6 bytes 32.95kB 0.02%
chunks/app_utils_discover_discoverQuery_tsx-app_views_replays_list_tsx-node_modules_invariant_browse-3ddecd.*.js 10 bytes 32.6kB 0.03%
chunks/app_views_insights_common_components_modulePageFilterBar_tsx-app_views_insights_common_compon-5dd5b5.*.js 120 bytes 31.96kB 0.38%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_insights_common_components_cha-d2aaf9.12c76b3ef3fb89f0af07.js (New) 31.68kB 31.68kB 100.0% 🚀
chunks/app_views_releases_detail_index_tsx.*.js 5 bytes 31.28kB 0.02%
chunks/app_components_charts_eventsRequest_tsx-app_components_feedback_widget_us*kWidget_tsx--fbb1b9.6f28b01538bc1c692309.js (New) 31.18kB 31.18kB 100.0% 🚀
chunks/app_components_replays_breadcrumbs_replayComparisonModal_tsx-app_utils_useResizableDrawer_tsx.*.js 5 bytes 31.0kB 0.02%
chunks/app_views_alerts_rules_issue_details_ruleDetails_tsx.*.js 48 bytes 30.86kB 0.16%
chunks/app_views_alerts_filterBar_tsx-app_views_alerts_list_header_tsx.*.js -18 bytes 30.71kB -0.06%
chunks/app_components_forms_fieldFromConfig_tsx.*.js 5 bytes 30.24kB 0.02%
chunks/app_views_settings_project_projectFilters_index_tsx.*.js 5 bytes 29.51kB 0.02%
chunks/app_actionCreators_members_tsx-app_components_acl_access_tsx-app_components_deprecatedAsyncCo-33caf4.*.js (New) 29.1kB 29.1kB 100.0% 🚀
chunks/app_actionCreators_monitors_tsx-app_components_checkInTimeline_hooks_useTimeWindowConfig_tsx--eb1e58.*.js 5 bytes 28.64kB 0.02%
chunks/app_views_settings_account_accountSecurity_accountSecurityEnroll_tsx.*.js 5 bytes 28.53kB 0.02%
chunks/app_views_settings_account_accountNotificationFineTuningController_tsx.*.js 5 bytes 28.52kB 0.02%
chunks/app_views_settings_organizationIntegrations_integrationListDirectory_tsx.*.js 15 bytes 28.51kB 0.05%
chunks/app_views_insights_browser_resources_views_resourcesLandingPage_tsx.*.js 5 bytes 28.31kB 0.02%
chunks/app_gettingStartedDocs_javascript_javascript_tsx.*.js -43 bytes 28.06kB -0.15%
chunks/app_views_settings_organizationDeveloperSettings_index_tsx.*.js 703 bytes 27.84kB 2.59%
chunks/app_gettingStartedDocs_java_spring_tsx.*.js 728 bytes 27.47kB 2.72%
chunks/app_views_alerts_rules_uptime_details_tsx-node_modules_react-virtualized_dist_es_CellMeasurer-6d1558.*.js 49 bytes 27.23kB 0.18%
chunks/app_components_charts_chartZoom_tsx-app_components_charts_lineChart_tsx-app_components_charts-21bdfd.*.js 121 bytes 27.01kB 0.45%
chunks/app_views_settings_organizationIntegrations_integrationDetailedView_tsx.*.js 5 bytes 26.84kB 0.02%
chunks/app_components_onboarding_gettingStartedDoc_sdkDocumentation_tsx-app_components_onboarding_us-035896.*.js 182 bytes 26.32kB 0.7%
chunks/app_views_settings_organizationTeams_teamMembers_tsx-node_modules_react-virtualized_dist_es_C-86fac5.*.js 5 bytes 26.27kB 0.02%
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_views_insights_common_components_-b4d2fc.*.js 5 bytes 25.73kB 0.02%
chunks/app_views_insights_mobile_appStarts_views_appStartsLandingPage_tsx.*.js 5 bytes 25.49kB 0.02%
chunks/app_views_explore_logs_index_tsx-node_modules_echarts_lib_chart_scatter_js-node_modules_echar-5988f7.*.js -8.86kB 25.48kB -25.8%
chunks/app_gettingStartedDocs_java_spring-boot_tsx.*.js 730 bytes 25.45kB 2.95%
chunks/app_components_modals_widgetViewerModal_tsx.*.js 4 bytes 25.14kB 0.02%
chunks/app_views_relocation_index_tsx.*.js 5 bytes 24.99kB 0.02%
chunks/app_views_settings_projectDebugFiles_index_tsx.*.js 5 bytes 24.19kB 0.02%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_performance_transactionSe-feae7d.9cf1a58e2c0278bccff2.js (New) 24.18kB 24.18kB 100.0% 🚀
chunks/app_utils_withProject_tsx.*.js 5 bytes 23.95kB 0.02%
chunks/app_views_explore_charts_index_tsx-app_views_explore_components_typeBadge_tsx-app_views_insig-51e258.*.js (New) 23.78kB 23.78kB 100.0% 🚀
chunks/app_views_sentryAppExternalInstallation_index_tsx.*.js 5 bytes 23.65kB 0.02%
chunks/app_views_insights_browser_resources_components_resourceSize_tsx-app_views_insights_browser_r-3c5220.*.js 5 bytes 23.46kB 0.02%
chunks/app_views_insights_mobile_screenload_views_screenLoadSpansPage_tsx.*.js 5 bytes 23.32kB 0.02%
chunks/app_views_insights_pages_backend_backendOverviewPage_tsx.*.js 4.79kB 22.89kB 26.47% ⚠️
chunks/app_gettingStartedDocs_android_android_tsx.*.js 589 bytes 22.79kB 2.65%
chunks/app_views_settings_organizationRelay_index_tsx.*.js 10 bytes 21.81kB 0.05%
chunks/app_views_settings_projectGeneralSettings_index_tsx.*.js 5 bytes 20.6kB 0.02%
chunks/app_gettingStartedDocs_java_logback_tsx.*.js 937 bytes 20.45kB 4.8%
chunks/app_views_alerts_utils_index_tsx-app_views_dashboards_index_tsx-app_views_insights_database_u-7c058e.*.js 5 bytes 20.37kB 0.02%
chunks/app_components_autoComplete_tsx-app_components_badge_badge_tsx-app_components_loadingError_ts-6559b3.*.js 5 bytes 20.33kB 0.02%
chunks/app_gettingStartedDocs_python_flask_tsx.*.js -226 bytes 20.22kB -1.11%
chunks/app_components_container_negativeSpaceContainer_tsx-app_components_events_eventReplay_constan-26fd13.*.js 5 bytes 19.85kB 0.03%
chunks/app_views_insights_common_components_headerContainer_tsx-app_views_insights_common_components-693866.*.js 114 bytes 19.83kB 0.58%
chunks/app_components_modals_sudoModal_tsx.*.js 5 bytes 19.81kB 0.03%
chunks/app_gettingStartedDocs_java_log4j2_tsx.*.js 520 bytes 19.62kB 2.72%
chunks/app_gettingStartedDocs_python_django_tsx.*.js -234 bytes 19.56kB -1.18%
chunks/app_gettingStartedDocs_node_node_tsx.*.js 10 bytes 19.51kB 0.05%
chunks/app_views_alerts_list_incidents_index_tsx.*.js 5 bytes 19.46kB 0.03%
chunks/app_views_insights_database_views_databaseLandingPage_tsx.*.js 5 bytes 19.18kB 0.03%
chunks/app_views_discover_eventDetails_index_tsx.*.js 5 bytes 19.03kB 0.03%
chunks/app_views_alerts_utils_index_tsx-app_views_dashboards_view_tsx-app_views_insights_database_ut-674b19.*.js 5 bytes 19.02kB 0.03%
chunks/app_components_alertLink_tsx-app_views_insights_crons_views_overview_tsx.*.js 114 bytes 18.9kB 0.61%
chunks/app_gettingStartedDocs_python_tornado_tsx.*.js 10 bytes 18.84kB 0.05%
chunks/app_gettingStartedDocs_python_fastapi_tsx.*.js 10 bytes 18.8kB 0.05%
chunks/app_components_avatarChooser_tsx-app_components_forms_jsonForm_tsx.*.js 34 bytes 18.74kB 0.18%
chunks/app_gettingStartedDocs_python_aiohttp_tsx.*.js 10 bytes 18.67kB 0.05%
chunks/app_components_modals_inviteMembersModal_index_tsx-node_modules_lodash_chunk_js.*.js 10 bytes 18.57kB 0.05%
chunks/app_gettingStartedDocs_python_starlette_tsx.*.js 10 bytes 18.51kB 0.05%
chunks/app_gettingStartedDocs_python_falcon_tsx.*.js 10 bytes 18.48kB 0.05%
chunks/app_gettingStartedDocs_python_bottle_tsx.*.js 10 bytes 18.45kB 0.05%
chunks/app_gettingStartedDocs_python_quart_tsx.*.js 10 bytes 18.34kB 0.05%
chunks/app_views_insights_mobile_ui_views_uiLandingPage_tsx.*.js 5 bytes 17.8kB 0.03%
chunks/app_gettingStartedDocs_python_pyramid_tsx.*.js 10 bytes 17.42kB 0.06%
chunks/app_views_insights_pages_mobile_mobileOverviewPage_tsx.*.js 124 bytes 17.4kB 0.72%
chunks/app_views_settings_account_accountSecurity_index_tsx.*.js 5 bytes 17.33kB 0.03%
chunks/app_gettingStartedDocs_python_sanic_tsx.*.js 10 bytes 17.33kB 0.06%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_utils_discover_discoverQuery_tsx-app-c5fefe.54f6d348f72746c1e59e.js (New) 17.3kB 17.3kB 100.0% 🚀
chunks/app_views_insights_pages_frontend_frontendOverviewPage_tsx.*.js 122 bytes 17.2kB 0.71%
chunks/app_gettingStartedDocs_dotnet_maui_tsx.*.js 15 bytes 17.15kB 0.09%
chunks/app_components_alerts_onDemandMetricAlert_tsx-app_utils_number_formatMetricUsingUnit_tsx-app_-5be9d6.*.js (New) 17.12kB 17.12kB 100.0% 🚀
chunks/app_gettingStartedDocs_node_express_tsx.*.js 10 bytes 17.1kB 0.06%
chunks/app_gettingStartedDocs_node_fastify_tsx.*.js 10 bytes 16.62kB 0.06%
chunks/app_components_events_eventReplay_staticReplayPreview_tsx-app_components_replays_alerts_missi-76dba4.*.js 10 bytes 16.61kB 0.06%
chunks/app_views_settings_organizationAuth_index_tsx.*.js 5 bytes 16.4kB 0.03%
chunks/app_gettingStartedDocs_dotnet_xamarin_tsx.*.js 10 bytes 16.39kB 0.06%
chunks/app_components_autoComplete_tsx-app_components_badge_badge_tsx-app_components_loadingError_ts-409dfa.*.js 5 bytes 16.37kB 0.03%
chunks/app_gettingStartedDocs_dotnet_wpf_tsx.*.js 15 bytes 16.32kB 0.09%
chunks/app_gettingStartedDocs_dotnet_winforms_tsx.*.js 15 bytes 16.32kB 0.09%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_gridEditable_sortLink_tsx-d372f4.17519ab8ed19fa4eebc2.js (New) 16.21kB 16.21kB 100.0% 🚀
chunks/app_gettingStartedDocs_ionic_ionic_tsx.*.js 15 bytes 16.03kB 0.09%
chunks/app_gettingStartedDocs_capacitor_capacitor_tsx.*.js 15 bytes 15.84kB 0.09%
chunks/app_gettingStartedDocs_dotnet_uwp_tsx.*.js 10 bytes 15.71kB 0.06%
chunks/app_views_performance_transactionDetails_index_tsx.*.js 5 bytes 15.46kB 0.03%
chunks/app_components_compactSelect_index_tsx-app_components_layouts_thirds_tsx-app_components_loadi-b846b2.*.js 5 bytes 15.27kB 0.03%
chunks/app_gettingStartedDocs_dotnet_aspnetcore_tsx.*.js 10 bytes 15.11kB 0.07%
chunks/app_gettingStartedDocs_go_negroni_tsx.*.js 15 bytes 14.92kB 0.1%
chunks/app_gettingStartedDocs_flutter_flutter_tsx.*.js 5 bytes 14.78kB 0.03%
chunks/app_views_alerts_utils_index_tsx-app_views_dashboards_create_tsx-app_views_insights_database_-435d4b.*.js 5 bytes 14.53kB 0.03%
chunks/app_views_projectInstall_platformOrIntegration_tsx.*.js -460 bytes 14.37kB -3.1%
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_components_profiling_profilingBre-60e72d.*.js 645 bytes 14.32kB 4.72%
chunks/app_views_settings_organizationGeneralSettings_index_tsx.*.js 5 bytes 14.31kB 0.03%
chunks/app_gettingStartedDocs_dotnet_gcpfunctions_tsx.*.js 10 bytes 14.3kB 0.07%
chunks/app_gettingStartedDocs_php_laravel_tsx.*.js 15 bytes 14.13kB 0.11%
chunks/app_gettingStartedDocs_go_fasthttp_tsx.*.js 15 bytes 14.07kB 0.11%
chunks/app_views_alerts_utils_index_tsx-app_views_dashboards_widgetBuilder_index_tsx-app_views_insig-64c861.*.js 5 bytes 14.01kB 0.04%
chunks/app_gettingStartedDocs_go_fiber_tsx.*.js 15 bytes 14.0kB 0.11%
chunks/SuperuserStaffAccessForm.*.js 5 bytes 14.0kB 0.04%
chunks/app_views_explore_hooks_useSortByFields_tsx-app_views_explore_hooks_useVisualizeFields_tsx-ap-9d8825.*.js (New) 13.99kB 13.99kB 100.0% 🚀
chunks/SetupWizard.*.js 23 bytes 13.95kB 0.17%
chunks/app_gettingStartedDocs_dotnet_awslambda_tsx.*.js 10 bytes 13.92kB 0.07%
chunks/app_components_checkInTimeline_checkInPlaceholder_tsx-app_utils_useTeams_tsx-app_views_monito-cb3d90.*.js 5 bytes 13.91kB 0.04%
chunks/app_views_settings_projectTags_index_tsx.*.js 5 bytes 13.85kB 0.04%
chunks/app_gettingStartedDocs_go_echo_tsx.*.js 15 bytes 13.82kB 0.11%
chunks/app_gettingStartedDocs_go_http_tsx.*.js 15 bytes 13.78kB 0.11%
chunks/app_gettingStartedDocs_python_celery_tsx.*.js 5 bytes 13.47kB 0.04%
chunks/app_gettingStartedDocs_go_gin_tsx.*.js 15 bytes 13.46kB 0.11%
chunks/app_gettingStartedDocs_go_iris_tsx.*.js 15 bytes 13.43kB 0.11%
chunks/app_gettingStartedDocs_go_martini_tsx.*.js 15 bytes 13.39kB 0.11%
chunks/app_views_explore_utils_tsx-app_views_traces_styles_tsx.*.js (New) 13.37kB 13.37kB 100.0% 🚀
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_performance_transactionSe-f61270.8c54ada5f34648ab7758.js (New) 13.36kB 13.36kB 100.0% 🚀
chunks/app_views_settings_projectAlerts_settings_tsx.*.js 5 bytes 13.16kB 0.04%
chunks/app_views_projectInstall_newProject_tsx.*.js 5 bytes 13.12kB 0.04%
chunks/app_gettingStartedDocs_dotnet_aspnet_tsx.*.js 10 bytes 13.1kB 0.08%
chunks/app_views_settings_projectPlugins_index_tsx.*.js 5 bytes 13.08kB 0.04%
chunks/app_components_forms_fields_textareaField_tsx-app_views_integrationOrganizationLink_index_tsx.*.js 5 bytes 13.05kB 0.04%
chunks/app_gettingStartedDocs_php_php_tsx.*.js -226 bytes 13.03kB -1.7%
chunks/app_actionCreators_projects_tsx-app_actionCreators_teams_tsx-app_components_hookOrDefault_tsx-c4ddaf.*.js (New) 12.86kB 12.86kB 100.0% 🚀
chunks/app_views_settings_projectIssueGrouping_index_tsx.*.js 5 bytes 12.67kB 0.04%
chunks/app_components_globalDrawer_index_stories_tsx.*.js 5 bytes 12.64kB 0.04%
chunks/app_gettingStartedDocs_electron_electron_tsx.*.js 15 bytes 12.41kB 0.12%
chunks/app_components_charts_lineChart_tsx-app_components_feedback_widget_us*kWidget_tsx-app_-26fc43.0cc9f748559b1516e57f.js (New) 12.33kB 12.33kB 100.0% 🚀
chunks/app_gettingStartedDocs_php_symfony_tsx.*.js 15 bytes 12.28kB 0.12%
chunks/app_gettingStartedDocs_ruby_rails_tsx.*.js 10 bytes 12.28kB 0.08%
chunks/app_gettingStartedDocs_python_awslambda_tsx.*.js 5 bytes 12.11kB 0.04%
chunks/app_views_settings_account_accountIdentities_tsx.*.js 5 bytes 12.1kB 0.04%
chunks/app_views_auth_login_tsx.*.js 5 bytes 11.92kB 0.04%
chunks/app_views_settings_project_tempest_index_tsx.*.js 5 bytes 11.67kB 0.04%
chunks/app_gettingStartedDocs_elixir_elixir_tsx.*.js 10 bytes 11.6kB 0.09%
chunks/app_components_gridEditable_sortLink_tsx-app_views_insights_mobile_screenload_components_scre-1ff55c.*.js 5 bytes 11.57kB 0.04%
chunks/app_views_settings_account_apiApplications_details_tsx.*.js 5 bytes 11.54kB 0.04%
chunks/app_gettingStartedDocs_python_gcpfunctions_tsx.*.js 5 bytes 11.49kB 0.04%
chunks/app_gettingStartedDocs_node_nestjs_tsx.*.js 39 bytes 11.43kB 0.34%
chunks/app_views_settings_organizationAuditLog_index_tsx.*.js 5 bytes 11.41kB 0.04%
chunks/app_views_detectors_list_tsx.*.js -4.93kB 11.25kB -30.46%
chunks/app_gettingStartedDocs_javascript_nextjs_tsx.*.js 694 bytes 11.23kB 6.59% ⚠️
chunks/app_views_settings_organizationIntegrations_abstractIntegrationDetailedView_tsx.*.js 5 bytes 11.11kB 0.05%
chunks/app_components_charts_lineChart_tsx-app_components_dynamicSampling_investigationRule_tsx-app_-326530.*.js (New) 10.89kB 10.89kB 100.0% 🚀
chunks/app_views_settings_project_projectToolbar_tsx.*.js 15 bytes 10.88kB 0.14%
chunks/app_components_forms_fields_textareaField_tsx-app_views_settings_organizationIntegrations_plu-1003d8.*.js 10 bytes 10.77kB 0.09%
chunks/app_gettingStartedDocs_bun_bun_tsx.*.js 15 bytes 10.75kB 0.14%
chunks/app_views_settings_account_apiNewToken_tsx.*.js 5 bytes 10.71kB 0.05%
chunks/app_components_issues_groupList_tsx.*.js 5 bytes 10.64kB 0.05%
chunks/app_views_settings_projectUserFeedback_index_tsx.*.js 5 bytes 10.57kB 0.05%
chunks/app_components_core_alert_stories_tsx.*.js (New) 10.57kB 10.57kB 100.0% 🚀
chunks/app_views_settings_organizationTeams_teamSettings_index_tsx.*.js 10 bytes 10.53kB 0.1%
chunks/app_gettingStartedDocs_go_go_tsx.*.js 10 bytes 10.45kB 0.1%
chunks/vendors-node_modules_echarts_lib_chart_scatter_js-node_modules_echarts_lib_component_dataZoom-1148da.*.js (New) 10.42kB 10.42kB 100.0% 🚀
chunks/app_views_settings_featureFlags_organizationFeatureFlagsNewSecret_tsx.*.js 5 bytes 10.33kB 0.05%
chunks/app_views_replays_detail_useAllMobileProj_tsx-app_views_replays_replayTable_index_tsx-app_vie-c01670.*.js 5 bytes 10.22kB 0.05%
chunks/app_views_settings_project_projectEnvironments_tsx.*.js 5 bytes 10.19kB 0.05%
chunks/app_gettingStartedDocs_java_java_tsx.*.js 344 bytes 10.17kB 3.5%
chunks/app_gettingStartedDocs_javascript_react_tsx.*.js -657 bytes 10.12kB -6.1%
chunks/app_stories_storyBook_tsx.*.js 165 bytes 10.0kB 1.68%
chunks/app_gettingStartedDocs_dotnet_dotnet_tsx.*.js 10 bytes 9.91kB 0.1%
chunks/app_actionCreators_discoverHomepageQueries_tsx-app_components_modals_dashboardWidgetQuerySele-d3d203.*.js -353 bytes 9.61kB -3.54%
chunks/app_views_settings_project_projectReleaseTracking_tsx.*.js 5 bytes 9.47kB 0.05%
chunks/app_gettingStartedDocs_deno_deno_tsx.*.js 10 bytes 9.47kB 0.11%
chunks/app_views_settings_project_projectReplays_tsx.*.js 5 bytes 9.37kB 0.05%
chunks/app_views_acceptOrganizationInvite_index_tsx.*.js 5 bytes 9.31kB 0.05%
chunks/app_views_automations_list_tsx.*.js 4.62kB 9.16kB 101.63% ⚠️
chunks/app_views_settings_earlyFeatures_index_tsx.*.js 5 bytes 9.06kB 0.06%
chunks/app_views_settings_organizationAuthTokens_newAuthToken_tsx.*.js 5 bytes 8.93kB 0.06%
chunks/app_views_insights_common_components_modulePageProviders_tsx-app_views_insights_pages_domainV-906f95.*.js 114 bytes 8.75kB 1.32%
chunks/app_views_onboarding_integrationSetup_tsx.*.js 5 bytes 8.64kB 0.06%
chunks/app_views_settings_projectSecurityAndPrivacy_index_tsx.*.js 5 bytes 8.42kB 0.06%
chunks/app_views_settings_projectSecurityHeaders_hpkp_tsx.*.js 5 bytes 8.32kB 0.06%
chunks/app_views_settings_account_accountClose_tsx.*.js 5 bytes 8.29kB 0.06%
chunks/app_views_settings_project_projectTeams_tsx.*.js 5 bytes 8.2kB 0.06%
chunks/app_gettingStartedDocs_javascript_jsLoader_jsLoader_tsx.*.js 10 bytes 8.06kB 0.12%
chunks/app_views_settings_organizationTeams_teamNotifications_tsx.*.js 5 bytes 7.65kB 0.07%
chunks/app_components_keyValueData_index_stories_tsx.*.js 5 bytes 7.61kB 0.07%
chunks/app_gettingStartedDocs_unreal_unreal_tsx.*.js 5 bytes 7.59kB 0.07%
chunks/app_components_events_eventReplay_replayPreview_tsx-app_components_replays_replayGroupContext-f3f37c.*.js 5 bytes 7.51kB 0.07%
chunks/app_views_settings_organizationRateLimits_index_tsx.*.js 5 bytes 7.29kB 0.07%
chunks/app_views_alerts_edit_tsx.*.js 33 bytes 7.22kB 0.46%
chunks/app_views_alerts_create_tsx.*.js 36 bytes 7.11kB 0.51%
chunks/app_views_organizationRestore_index_tsx.*.js 5 bytes 7.06kB 0.07%
chunks/app_components_acl_feature_tsx-app_components_acl_featureDisabled_tsx.*.js 10 bytes 7.01kB 0.14%
chunks/app_views_settings_projectSecurityHeaders_expectCt_tsx.*.js 5 bytes 6.99kB 0.07%
chunks/app_views_performance_index_tsx.*.js 5 bytes 6.79kB 0.07%
chunks/app_components_panels_panelHeader_tsx-app_components_workflowEngine_layout_list_tsx-app_compo-556fe3.*.js (New) 6.65kB 6.65kB 100.0% 🚀
chunks/app_components_panels_panelHeader_tsx-app_views_settings_project_projectKeys_projectKeyCreden-5ea9ee.*.js 5 bytes 6.58kB 0.08%
chunks/app_components_workflowEngine_gridCell_connectionCell_tsx-app_components_workflowEngine_gridC-3e0bc8.*.js (New) 6.58kB 6.58kB 100.0% 🚀
chunks/app_gettingStartedDocs_powershell_powershell_tsx.*.js 5 bytes 6.57kB 0.08%
chunks/app_views_unsubscribe_issue_tsx.*.js 5 bytes 6.22kB 0.08%
chunks/app_components_modals_issueOwnershipRuleModal_tsx.*.js 5 bytes 6.16kB 0.08%
chunks/app_views_unsubscribe_project_tsx.*.js 5 bytes 6.1kB 0.08%
chunks/app_views_settings_projectDataForwarding_index_tsx.*.js 10 bytes 6.01kB 0.17%
chunks/app_views_issueDetails_groupTags_groupTagsTab_tsx.*.js 5 bytes 5.86kB 0.09%
chunks/app_views_insights_mobile_screenRendering_screenRenderingSummaryPage_tsx.*.js 5 bytes 5.72kB 0.09%
chunks/app_views_settings_organizationTeams_teamDetails_tsx.*.js 5 bytes 5.71kB 0.09%
chunks/app_views_alerts_rules_crons_details_tsx.*.js 5 bytes 5.32kB 0.09%
chunks/app_views_monitors_details_tsx.*.js 5 bytes 5.29kB 0.09%
chunks/app_views_admin_installWizard_index_tsx.*.js 5 bytes 5.13kB 0.1%
chunks/app_components_workflowEngine_gridCell_index_stories_tsx.*.js -2.45kB 5.04kB -32.72%
chunks/app_views_insights_mobile_screenload_views_screenloadLandingPage_tsx.*.js 1 bytes 4.8kB 0.02%
chunks/app_gettingStartedDocs_unity_unity_tsx.*.js 5 bytes 4.75kB 0.11%
chunks/app_components_modals_recoveryOptionsModal_tsx.*.js 10 bytes 4.5kB 0.22%
chunks/app_components_workflowEngine_gridCell_actionCell_tsx-app_components_workflowEngine_gridCell_-adc306.*.js (New) 4.37kB 4.37kB 100.0% 🚀
chunks/app_components_replays_alerts_missingReplayAlert_stories_tsx.*.js 5 bytes 3.46kB 0.14%
chunks/app_views_alerts_rules_uptime_existingOrCreate_tsx.*.js -8 bytes 2.9kB -0.28%
chunks/app_views_feedback_index_tsx.*.js 5 bytes 2.79kB 0.18%
chunks/app_views_alerts_builder_projectProvider_tsx.*.js 48 bytes 2.45kB 2.0%
chunks/app_views_traces_index_tsx.*.js 5 bytes 2.38kB 0.21%
chunks/app_views_alerts_rules_uptime_index_tsx.*.js 5 bytes 2.31kB 0.22%
chunks/app_components_replays_alerts_replayUnsupportedAlert_stories_tsx.*.js 5 bytes 2.18kB 0.23%
chunks/app_views_discover_index_tsx.*.js 5 bytes 2.17kB 0.23%
chunks/app_views_profiling_index_tsx.*.js 5 bytes 1.9kB 0.26%
chunks/app_actionCreators_redirectToProject_tsx-app_bootstrap_commonInitialization_tsx-app_bootstrap-9446db.*.js (Deleted) -443.83kB 0 bytes -100.0% 🗑️
chunks/app_actionCreators_preferences_tsx-app_components_avatar_actorAvatar_tsx-app_components_chevr-05b9bf.*.js (Deleted) -311.34kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_utils_discover_discoverQuery_tsx-app-5dfcad.88ee4e02e42ec5018ab8.js (Deleted) -281.42kB 0 bytes -100.0% 🗑️
chunks/app_views_insights_database_utils_getIntervalForMetricFunction_tsx-app_views_traces_content_tsx.*.js (Deleted) -98.02kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_projectDetail_index_tsx.f2e66bffb5dbf7a6fde2.js (Deleted) -95.24kB 0 bytes -100.0% 🗑️
chunks/app_components_editableText_tsx-app_utils_customMeasurements_customMeasurementsProvider_tsx-a-85107d.*.js (Deleted) -44.8kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_performance_transactionSummary-51d702.053785e943ecb5a657f3.js (Deleted) -37.35kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_views_explore_charts_index_tsx-ap-35d762.*.js (Deleted) -33.16kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_insights_common_components_cha-d2aaf9.6d9e59a98106f1bc8e11.js (Deleted) -31.68kB 0 bytes -100.0% 🗑️
chunks/app_components_charts_eventsRequest_tsx-app_components_feedback_widget_us*kWidget_tsx--fbb1b9.1bdb8f8e31426174f646.js (Deleted) -31.18kB 0 bytes -100.0% 🗑️
chunks/app_actionCreators_members_tsx-app_components_acl_access_tsx-app_components_deprecatedAsyncCo-f0ff70.*.js (Deleted) -29.7kB 0 bytes -100.0% 🗑️
chunks/app_views_explore_multiQueryMode_index_tsx.*.js (Deleted) -25.47kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_performance_transactionSe-feae7d.a6d8a9997f9f4ed8f900.js (Deleted) -24.18kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_utils_discover_discoverQuery_tsx-app-c5fefe.de20ed72e85d6f35e7a5.js (Deleted) -17.29kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_gridEditable_sortLink_tsx-d372f4.b7120b87e0ddcc73990e.js (Deleted) -16.21kB 0 bytes -100.0% 🗑️
chunks/app_components_charts_lineChart_tsx-app_components_dynamicSampling_investigationRule_tsx-app_-55f44a.*.js (Deleted) -13.62kB 0 bytes -100.0% 🗑️
chunks/app_views_dashboards_widgets_common_widgetFrame_stories_tsx.*.js (Deleted) -13.48kB 0 bytes -100.0% 🗑️
chunks/app_actionCreators_projects_tsx-app_actionCreators_teams_tsx-app_components_hookOrDefault_tsx-bc1963.*.js (Deleted) -13.44kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_performance_transactionSe-f61270.0d51de1928be1a4eb854.js (Deleted) -13.36kB 0 bytes -100.0% 🗑️
chunks/app_components_charts_lineChart_tsx-app_components_feedback_widget_us*kWidget_tsx-app_-26fc43.1553e977cbc78fc8c083.js (Deleted) -12.32kB 0 bytes -100.0% 🗑️
chunks/app_components_alert_stories_tsx.*.js (Deleted) -10.52kB 0 bytes -100.0% 🗑️
chunks/vendors-node_modules_echarts_lib_chart_scatter_js-node_modules_echarts_lib_component_dataZoom-266d60.*.js (Deleted) -9.47kB 0 bytes -100.0% 🗑️
chunks/app_components_workflowEngine_gridCell_connectionCell_tsx-app_components_workflowEngine_gridC-3dd27a.*.js (Deleted) -6.93kB 0 bytes -100.0% 🗑️
chunks/app_views_traces_styles_tsx.*.js (Deleted) -4.56kB 0 bytes -100.0% 🗑️

Files in chunks/app_views_issueDetails_groupEventDetails_groupEventDetails_tsx-app_views_issueDetails_streaml-b468ad.*.js:

  • ./app/views/issueDetails/streamline/hooks/useAiConfig.tsx → Total Size: 2.38kB

@roaga roaga marked this pull request as ready for review February 18, 2025 17:47
@roaga roaga requested review from a team as code owners February 18, 2025 17:47
Comment on lines 264 to 267
{((!organization.hideAiFeatures &&
issueTypeConfig.issueSummary.enabled &&
!organization.hideAiFeatures) ||
organization.features.includes('gen-ai-features') &&
getRegionDataFromOrganization(organization)?.name !== 'de') ||
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use useAiConfig here and use areAiFeaturesAllowed from there which should have the DE check? This will make sure we align all our AI conditionals and reduce copied logic

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@roaga roaga merged commit 2f8141b into master Feb 18, 2025
42 checks passed
@roaga roaga deleted the autofix/button-status branch February 18, 2025 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants