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(issue-details): Consolidate share experience #85206

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

roggenkemper
Copy link
Member

@roggenkemper roggenkemper commented Feb 13, 2025

this pr updates the share flow on the issue details page in a few different ways

  • renaming "share" to "publish" for public issue links. this should help clear up the difference between the two actions
  • there is now a share button in the action bar which opens a modal to help a user share their event
  • since sharing is now its own action, the two share dropdowns (for issue and event) we had, are gone and replaced with the ability to just copy the ID

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 13, 2025
Copy link

codecov bot commented Feb 13, 2025

❌ 3 Tests Failed:

Tests completed Failed Passed Skipped
8571 3 8568 3
View the top 3 failed test(s) by shortest run time
EventNavigation shows event actions dropdown
Stack Traces | 0.031s run time
TestingLibraryElementError: Unable to find an accessible element with the role "button" and name "Event actions"

Here are the accessible roles:

  button:

  Name "Copy Event ID":
  ...

  Name "Highlights":
  ...

  Name "Tags":
  ...

  Name "Replay":
  ...

  --------------------------------------------------
  presentation:

  Name "":
  ...

  Name "":
  ...

  Name "":
  ...

  Name "":
  ...

  --------------------------------------------------
  time:

  Name "Event timestamp":
  ...

  --------------------------------------------------
  link:

  Name "JSON":
  ...

  --------------------------------------------------
  group:

  Name "Jump to section links":
  ...

  --------------------------------------------------

Ignored nodes: comments, script, style
...
    at Object.getElementError (.../sentry/sentry/node_modules/@.../dom/dist/config.js:37:19)
    at .../sentry/sentry/node_modules/@.../dom/dist/query-helpers.js:76:38
    at .../sentry/sentry/node_modules/@.../dom/dist/query-helpers.js:52:17
    at .../sentry/sentry/node_modules/@.../dom/dist/query-helpers.js:95:19
    at Object.<anonymous> (.../issueDetails/streamline/eventTitle.spec.tsx:116:76)
    at Promise.then.completed (.../sentry/sentry/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../sentry/sentry/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../sentry/sentry/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../sentry/sentry/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../sentry/sentry/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../sentry/sentry/node_modules/jest-circus/build/run.js:121:9)
    at run (.../sentry/sentry/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../sentry/sentry/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../sentry/sentry/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../sentry/sentry/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (.../sentry/sentry/node_modules/jest-runner/build/runTest.js:444:34)
    at Object.worker (.../sentry/sentry/node_modules/jest-runner/build/testWorker.js:106:12)
EventNavigation can copy event ID
Stack Traces | 0.057s run time
TestingLibraryElementError: Unable to find an accessible element with the role "button" and name "Event actions"

Here are the accessible roles:

  button:

  Name "Copy Event ID":
  ...

  Name "Highlights":
  ...

  Name "Tags":
  ...

  Name "Replay":
  ...

  --------------------------------------------------
  presentation:

  Name "":
  ...

  Name "":
  ...

  Name "":
  ...

  Name "":
  ...

  --------------------------------------------------
  time:

  Name "Event timestamp":
  ...

  --------------------------------------------------
  link:

  Name "JSON":
  ...

  --------------------------------------------------
  group:

  Name "Jump to section links":
  ...

  --------------------------------------------------

Ignored nodes: comments, script, style
...
    at Object.getElementError (.../sentry/sentry/node_modules/@.../dom/dist/config.js:37:19)
    at .../sentry/sentry/node_modules/@.../dom/dist/query-helpers.js:76:38
    at .../sentry/sentry/node_modules/@.../dom/dist/query-helpers.js:52:17
    at .../sentry/sentry/node_modules/@.../dom/dist/query-helpers.js:95:19
    at Object.<anonymous> (.../issueDetails/streamline/eventTitle.spec.tsx:104:76)
    at Promise.then.completed (.../sentry/sentry/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../sentry/sentry/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../sentry/sentry/node_modules/jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../sentry/sentry/node_modules/jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../sentry/sentry/node_modules/jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../sentry/sentry/node_modules/jest-circus/build/run.js:121:9)
    at run (.../sentry/sentry/node_modules/jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../sentry/sentry/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../sentry/sentry/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../sentry/sentry/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (.../sentry/sentry/node_modules/jest-runner/build/runTest.js:444:34)
    at Object.worker (.../sentry/sentry/node_modules/jest-runner/build/testWorker.js:106:12)
GroupActions opens share modal from more actions dropdown
Stack Traces | 1.23s run time
Error: Unable to find an element with the text: Share. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.

Ignored nodes: comments, script, style
...
    at waitForWrapper (.../sentry/sentry/node_modules/@.../dom/dist/wait-for.js:163:27)
    at .../sentry/sentry/node_modules/@.../dom/dist/query-helpers.js:86:33
    at Object.<anonymous> (.../issueDetails/actions/index.spec.tsx:178:82)

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 14, 2025

Bundle Report

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

Detailed changes
Bundle name Size Change
app-webpack-bundle-array-push 32.94MB 69.29kB (0.21%) ⬆️

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 -1.52kB 1.4MB -0.11%
chunks/app_components_assigneeBadge_tsx-app_components_badge_featureBadge_tsx-app_components_charts_-643f8b.*.js 6.31kB 1.13MB 0.56%
chunks/app_actionCreators_redirectToProject_tsx-app_bootstrap_commonInitialization_tsx-app_bootstrap-9446db.*.js (New) 443.83kB 443.83kB 100.0% 🚀
chunks/app_views_issueDetails_groupEventDetails_groupEventDetails_tsx-app_views_issueDetails_streaml-b468ad.*.js -439 bytes 390.15kB -0.11%
chunks/app_components_breadcrumbs_tsx-app_utils_performance_quickTrace_quickTraceQuery_tsx-app_utils-00df06.*.js -823 bytes 340.26kB -0.24%
chunks/app_actionCreators_preferences_tsx-app_components_avatar_actorAvatar_tsx-app_components_chevr-05b9bf.*.js 2.37kB 311.22kB 0.77%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_utils_discover_discoverQuery_tsx-app-5dfcad.29419b3a91800ef3b698.js (New) 281.42kB 281.42kB 100.0% 🚀
chunks/app_components_events_eventEntries_tsx.*.js 41 bytes 251.64kB 0.02%
chunks/app_actionCreators_members_tsx-app_components_acl_access_tsx-app_components_avatar_avatarList-192674.*.js (New) 167.92kB 167.92kB 100.0% 🚀
chunks/app_components_panels_panelHeader_tsx-app_utils_profiling_hooks_useVirtualizedTree_useVirtual-992efb.*.js 58 bytes 153.6kB 0.04%
chunks/app_views_issueDetails_groupDetails_tsx.*.js 5.96kB 144.4kB 4.3%
chunks/app_components_events_interfaces_spans_traceView_tsx.*.js 218 bytes 116.92kB 0.19%
chunks/app_components_events_interfaces_crashContent_stackTrace_rawContent_tsx-app_utils_useProjectF-cf9c7e.*.js -297 bytes 116.68kB -0.25%
chunks/app_components_charts_useChartZoom_tsx-app_views_dashboards_widgets_timeSeriesWidget_formatTo-f322cb.*.js (New) 116.0kB 116.0kB 100.0% 🚀
chunks/app_views_alerts_utils_index_tsx-app_views_releases_detail_overview_index_tsx.*.js 104 bytes 115.67kB 0.09%
chunks/app_views_performance_landing_widgets_components_widgetChartRow_tsx-app_views_performance_table_tsx.*.js 5 bytes 113.19kB 0.0%
chunks/app_data_timezones_tsx-app_utils_useUserTeams_tsx-app_views_alerts_builder_builderBreadCrumbs-f50fa4.*.js 376 bytes 112.83kB 0.33%
chunks/app_components_charts_components_dataZoomInside_tsx-app_components_charts_eventsRequest_tsx-a-bc8610.*.js 57 bytes 108.46kB 0.05%
chunks/app_views_alerts_utils_index_tsx-app_views_discover_results_tsx.*.js 329 bytes 107.36kB 0.31%
chunks/app_views_performance_traceDetails_index_tsx-node_modules_echarts_lib_chart_scatter_js-node_m-4ae679.*.js 458 bytes 98.9kB 0.47%
entrypoints/app.js 103 bytes 98.56kB 0.1%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_projectDetail_index_tsx.f05cf6c442a34cda25ec.js (New) 95.24kB 95.24kB 100.0% 🚀
chunks/app_views_performance_transactionSummary_transactionOverview_index_tsx.*.js -22 bytes 87.37kB -0.03%
chunks/app_components_profiling_flamegraph_flamegraphTooltip_tsx-app_components_profiling_flamegraph-49a36e.*.js 57 bytes 86.44kB 0.07%
chunks/app_components_events_eventReplay_replayClipPreviewPlayer_tsx.*.js 34 bytes 78.67kB 0.04%
chunks/app_components_profiling_flamegraph_flamegraphContextMenu_tsx-app_components_profiling_flameg-6f57d2.*.js 82 bytes 77.94kB 0.11%
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_utils_useCombinedReducer_tsx-app_-5920cc.*.js 103 bytes 74.61kB 0.14%
chunks/app_components_charts_useChartZoom_tsx-app_views_alerts_utils_index_tsx-app_views_dashboards_-a4564c.*.js 104 bytes 74.33kB 0.14%
chunks/app_views_profiling_content_tsx.*.js 10 bytes 72.42kB 0.01%
chunks/app_views_performance_transactionSummary_transactionSpans_spanDetails_index_tsx.*.js 15 bytes 71.89kB 0.02%
chunks/app_views_alerts_rules_metric_triggers_chart_index_tsx-app_views_alerts_rules_utils_tsx.*.js 101 bytes 71.29kB 0.14%
chunks/app_views_performance_transactionSummary_pageLayout_tsx.*.js 101 bytes 69.11kB 0.15%
chunks/app_views_settings_organizationIntegrations_configureIntegration_tsx.*.js 197 bytes 64.32kB 0.31%
chunks/app_components_charts_components_dataZoomInside_tsx-app_components_charts_components_markArea-63c540.*.js 98 bytes 63.03kB 0.16%
chunks/app_utils_discover_discoverQuery_tsx-app_views_performance_vitalDetail_index_tsx.*.js 117 bytes 62.53kB 0.19%
chunks/app_views_releases_list_index_tsx.*.js 154 bytes 55.34kB 0.28%
chunks/app_views_monitors_components_monitorForm_tsx.*.js -78 bytes 49.08kB -0.16%
chunks/app_views_settings_dynamicSampling_index_tsx-node_modules_react-virtualized_dist_es_CellMeasu-6b1be5.*.js 69 bytes 48.94kB 0.14%
chunks/app_components_charts_components_dataZoomInside_tsx-app_components_charts_components_toolBox_-4b5dae.*.js 152 bytes 45.46kB 0.34%
chunks/app_views_dashboards_contexts_widgetSyncContext_tsx-app_views_insights_browser_webVitals_view-596e75.*.js -120 bytes 44.62kB -0.27%
chunks/app_views_stories_index_tsx.*.js -29 bytes 41.81kB -0.07%
chunks/app_components_forms_jsonForm_tsx-app_utils_crashReports_tsx-app_views_settings_components_da-556e2d.*.js 34 bytes 40.99kB 0.08%
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_views_dashboards_widgets_timeSeri-3c06df.*.js 121 bytes 40.67kB 0.3%
chunks/app_views_settings_project_projectOwnership_index_tsx.*.js 254 bytes 40.41kB 0.63%
chunks/app_views_discover_landing_tsx.*.js 34 bytes 40.02kB 0.09%
chunks/app_views_alerts_list_rules_alertRulesList_tsx-node_modules_react-virtualized_dist_es_CellMea-2d6856.*.js -90 bytes 39.55kB -0.23%
chunks/app_views_insights_mobile_screens_views_screensLandingPage_tsx-app_views_insights_pages_domai-598e4f.*.js 107 bytes 39.11kB 0.27%
chunks/app_views_alerts_wizard_index_tsx-node_modules_react-virtualized_dist_es_CellMeasurer_CellMea-4ae9b7.*.js -41 bytes 38.21kB -0.11%
chunks/app_views_settings_projectPerformance_projectPerformance_tsx.*.js 34 bytes 37.37kB 0.09%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_performance_transactionSummary-51d702.0880426a813494a472a3.js (New) 37.35kB 37.35kB 100.0% 🚀
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_views_insights_http_views_httpDom-ce2a33.*.js 161 bytes 37.3kB 0.43%
chunks/app_components_charts_components_dataZoomInside_tsx-app_views_explore_logs_index_tsx-node_mod-5495d6.*.js 12.19kB 34.63kB 54.3% ⚠️
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_views_insights_common_components_-2f190a.*.js 107 bytes 34.32kB 0.31%
chunks/app_views_insights_queues_views_destinationSummaryPage_tsx.*.js 127 bytes 34.06kB 0.37%
chunks/app_views_settings_organizationDeveloperSettings_sentryApplicationDetails_tsx.*.js 182 bytes 33.62kB 0.54%
chunks/app_components_alertLink_tsx-app_views_monitors_components_detailsSidebar_tsx-app_views_monit-813273.*.js 48 bytes 33.5kB 0.14%
chunks/app_views_performance_content_tsx-node_modules_echarts_lib_chart_scatter_js-node_modules_echa-b17ec4.*.js 170 bytes 32.94kB 0.52%
chunks/app_utils_discover_discoverQuery_tsx-app_views_replays_list_tsx-node_modules_invariant_browse-3ddecd.*.js -480 bytes 32.59kB -1.45%
chunks/app_views_dashboards_widgets_widgetLayout_widgetLayout_stories_tsx.*.js 142 bytes 32.0kB 0.45%
chunks/app_components_charts_components_dataZoomInside_tsx-app_components_feedback_widget_us*-726f16.fa8e55679b62c00fa8db.js (New) 31.95kB 31.95kB 100.0% 🚀
chunks/app_views_insights_common_components_modulePageFilterBar_tsx-app_views_insights_common_compon-5dd5b5.*.js 107 bytes 31.84kB 0.34%
chunks/app_components_charts_useChartZoom_tsx-app_views_alerts_utils_index_tsx-app_views_dashboards_-cd0822.*.js 103 bytes 31.48kB 0.33%
chunks/app_views_releases_detail_index_tsx.*.js 68 bytes 31.28kB 0.22%
chunks/app_components_charts_eventsRequest_tsx-app_components_feedback_widget_us*kWidget_tsx--fbb1b9.2da2763baf03a479c972.js (New) 31.18kB 31.18kB 100.0% 🚀
chunks/app_components_replays_breadcrumbs_replayComparisonModal_tsx-app_utils_useResizableDrawer_tsx.*.js -295 bytes 30.99kB -0.94%
chunks/app_views_alerts_rules_issue_details_ruleDetails_tsx.*.js 127 bytes 30.82kB 0.41%
chunks/app_views_alerts_filterBar_tsx-app_views_alerts_list_header_tsx.*.js 18 bytes 30.73kB 0.06%
chunks/app_components_forms_fieldFromConfig_tsx.*.js 110 bytes 30.24kB 0.37%
chunks/app_views_insights_cache_views_cacheLandingPage_tsx.*.js 20 bytes 30.0kB 0.07%
chunks/app_actionCreators_members_tsx-app_components_acl_access_tsx-app_components_deprecatedAsyncCo-f0ff70.*.js 109 bytes 29.7kB 0.37%
chunks/app_views_settings_project_projectFilters_index_tsx.*.js 34 bytes 29.51kB 0.12%
chunks/app_actionCreators_monitors_tsx-app_components_checkInTimeline_hooks_useTimeWindowConfig_tsx--eb1e58.*.js 142 bytes 28.63kB 0.5%
chunks/app_views_settings_account_accountSecurity_accountSecurityEnroll_tsx.*.js 34 bytes 28.52kB 0.12%
chunks/app_views_settings_organizationIntegrations_integrationListDirectory_tsx.*.js 223 bytes 28.49kB 0.79%
chunks/app_views_insights_common_utils_useModuleTitle_tsx-app_views_performance_trends_changedTransa-29ab4b.*.js 122 bytes 28.44kB 0.43%
chunks/app_views_insights_browser_resources_views_resourcesLandingPage_tsx.*.js 108 bytes 28.31kB 0.38%
chunks/app_gettingStartedDocs_javascript_javascript_tsx.*.js -588 bytes 28.11kB -2.05%
chunks/app_views_alerts_rules_uptime_details_tsx-node_modules_react-virtualized_dist_es_CellMeasurer-6d1558.*.js -10 bytes 27.18kB -0.04%
chunks/app_views_settings_organizationDeveloperSettings_index_tsx.*.js 34 bytes 27.14kB 0.13%
chunks/app_components_charts_useChartZoom_tsx-app_views_alerts_utils_index_tsx-app_views_dashboards_-f9f5e8.*.js 105 bytes 26.96kB 0.39%
chunks/app_components_charts_chartZoom_tsx-app_components_charts_lineChart_tsx-app_components_charts-21bdfd.*.js 34 bytes 26.89kB 0.13%
chunks/app_views_settings_organizationIntegrations_integrationDetailedView_tsx.*.js 102 bytes 26.83kB 0.38%
chunks/app_gettingStartedDocs_java_spring_tsx.*.js -817 bytes 26.74kB -2.96%
chunks/app_components_charts_useChartZoom_tsx-app_views_alerts_utils_index_tsx-app_views_dashboards_-f70205.*.js 34 bytes 26.45kB 0.13%
chunks/app_views_settings_organizationTeams_teamMembers_tsx-node_modules_react-virtualized_dist_es_C-86fac5.*.js 34 bytes 26.26kB 0.13%
chunks/app_components_charts_components_dataZoomInside_tsx-app_views_explore_multiQueryMode_index_tsx.*.js 107 bytes 25.85kB 0.42%
chunks/app_data_forms_accountEmails_tsx-app_views_settings_components_settingsLayout_tsx-node_module-be57d2.*.js 23 bytes 25.65kB 0.09%
chunks/app_views_insights_mobile_appStarts_views_appStartsLandingPage_tsx.*.js 34 bytes 25.48kB 0.13%
chunks/app_components_modals_widgetViewerModal_tsx.*.js 35 bytes 25.13kB 0.14%
chunks/app_views_relocation_index_tsx.*.js 34 bytes 24.99kB 0.14%
chunks/app_views_dashboards_widgets_timeSeriesWidget_timeSeriesWidget_tsx.*.js -1.84kB 24.9kB -6.88%
chunks/app_gettingStartedDocs_java_spring-boot_tsx.*.js -817 bytes 24.72kB -3.2%
chunks/app_components_feedback_widget_feedbackWidgetButton_tsx-app_views_performance_onboarding_tsx.*.js 115 bytes 24.38kB 0.47%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_performance_transactionSe-feae7d.5b63215344db28f6406f.js (New) 24.18kB 24.18kB 100.0% 🚀
chunks/app_views_settings_projectDebugFiles_index_tsx.*.js 34 bytes 24.18kB 0.14%
chunks/app_utils_withProject_tsx.*.js 34 bytes 23.95kB 0.14%
chunks/app_views_sentryAppExternalInstallation_index_tsx.*.js 102 bytes 23.65kB 0.43%
chunks/app_views_insights_browser_resources_components_resourceSize_tsx-app_views_insights_browser_r-3c5220.*.js 35 bytes 23.45kB 0.15%
chunks/app_views_insights_mobile_screenload_views_screenLoadSpansPage_tsx.*.js 35 bytes 23.32kB 0.15%
chunks/app_views_settings_organizationRelay_index_tsx.*.js 68 bytes 21.8kB 0.31%
chunks/app_views_settings_projectGeneralSettings_index_tsx.*.js 34 bytes 20.6kB 0.17%
chunks/app_gettingStartedDocs_python_flask_tsx.*.js -817 bytes 20.45kB -3.84%
chunks/app_components_autoComplete_tsx-app_components_badge_badge_tsx-app_components_loadingError_ts-6559b3.*.js 111 bytes 20.33kB 0.55%
chunks/app_components_container_negativeSpaceContainer_tsx-app_components_events_eventReplay_constan-26fd13.*.js 104 bytes 19.85kB 0.53%
chunks/app_components_modals_sudoModal_tsx.*.js -77 bytes 19.8kB -0.39%
chunks/app_gettingStartedDocs_python_django_tsx.*.js -817 bytes 19.79kB -3.96%
chunks/app_gettingStartedDocs_node_node_tsx.*.js -817 bytes 19.5kB -4.02%
chunks/app_views_alerts_list_incidents_index_tsx.*.js 104 bytes 19.45kB 0.54%
chunks/app_views_insights_database_views_databaseLandingPage_tsx.*.js 118 bytes 19.17kB 0.62%
chunks/app_views_discover_eventDetails_index_tsx.*.js 68 bytes 19.02kB 0.36%
chunks/app_gettingStartedDocs_python_tornado_tsx.*.js -817 bytes 18.83kB -4.16%
chunks/app_gettingStartedDocs_python_fastapi_tsx.*.js -817 bytes 18.79kB -4.17%
chunks/app_components_events_eventAttachmentActions_tsx-app_components_events_eventTagsAndScreenshot-98adff.*.js 23 bytes 18.67kB 0.12%
chunks/app_gettingStartedDocs_python_aiohttp_tsx.*.js -817 bytes 18.66kB -4.19%
chunks/app_components_modals_inviteMembersModal_index_tsx-node_modules_lodash_chunk_js.*.js 349 bytes 18.56kB 1.92%
chunks/app_gettingStartedDocs_python_starlette_tsx.*.js -817 bytes 18.5kB -4.23%
chunks/app_gettingStartedDocs_python_falcon_tsx.*.js -817 bytes 18.47kB -4.24%
chunks/app_gettingStartedDocs_python_bottle_tsx.*.js -817 bytes 18.44kB -4.24%
chunks/app_gettingStartedDocs_python_quart_tsx.*.js -817 bytes 18.33kB -4.27%
chunks/app_views_insights_pages_backend_backendOverviewPage_tsx.*.js 133 bytes 18.1kB 0.74%
chunks/app_views_insights_mobile_ui_views_uiLandingPage_tsx.*.js 34 bytes 17.79kB 0.19%
chunks/app_gettingStartedDocs_python_pyramid_tsx.*.js -817 bytes 17.41kB -4.48%
chunks/app_gettingStartedDocs_python_sanic_tsx.*.js -817 bytes 17.32kB -4.51%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_utils_discover_discoverQuery_tsx-app-c5fefe.e070640bb233924db791.js (New) 17.29kB 17.29kB 100.0% 🚀
chunks/app_views_insights_pages_mobile_mobileOverviewPage_tsx.*.js 107 bytes 17.28kB 0.62%
chunks/app_components_gridEditable_sortLink_tsx-app_views_insights_common_components_tableCells_span-cdac7b.*.js 10 bytes 17.24kB 0.06%
chunks/app_gettingStartedDocs_dotnet_maui_tsx.*.js 8.81kB 17.14kB 105.76% ⚠️
chunks/app_views_alerts_rules_metric_details_metricChart_tsx.*.js 40 bytes 17.11kB 0.23%
chunks/app_gettingStartedDocs_node_express_tsx.*.js -817 bytes 17.09kB -4.56%
chunks/app_views_insights_pages_frontend_frontendOverviewPage_tsx.*.js 107 bytes 17.07kB 0.63%
chunks/app_gettingStartedDocs_node_fastify_tsx.*.js -817 bytes 16.61kB -4.69%
chunks/app_components_events_eventReplay_staticReplayPreview_tsx-app_components_replays_alerts_missi-76dba4.*.js 108 bytes 16.6kB 0.65%
chunks/app_views_settings_organizationAuth_index_tsx.*.js 34 bytes 16.4kB 0.21%
chunks/app_gettingStartedDocs_dotnet_xamarin_tsx.*.js 9.21kB 16.38kB 128.63% ⚠️
chunks/app_components_autoComplete_tsx-app_components_badge_badge_tsx-app_components_loadingError_ts-409dfa.*.js 111 bytes 16.36kB 0.68%
chunks/app_views_dashboards_widgets_bigNumberWidget_bigNumberWidget_tsx.*.js -1.91kB 16.35kB -10.44%
chunks/app_gettingStartedDocs_dotnet_wpf_tsx.*.js 8.81kB 16.3kB 117.59% ⚠️
chunks/app_gettingStartedDocs_dotnet_winforms_tsx.*.js 8.81kB 16.3kB 117.59% ⚠️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_gridEditable_sortLink_tsx-d372f4.176b9f0e33eedfc51bee.js (New) 16.21kB 16.21kB 100.0% 🚀
chunks/app_views_detectors_list_tsx.*.js 11.84kB 16.18kB 273.41% ⚠️
chunks/app_gettingStartedDocs_ionic_ionic_tsx.*.js -190 bytes 16.02kB -1.17%
chunks/app_gettingStartedDocs_capacitor_capacitor_tsx.*.js -190 bytes 15.82kB -1.19%
chunks/app_gettingStartedDocs_dotnet_uwp_tsx.*.js 9.21kB 15.7kB 142.14% ⚠️
chunks/app_views_performance_transactionDetails_index_tsx.*.js 34 bytes 15.46kB 0.22%
chunks/app_components_compactSelect_index_tsx-app_components_layouts_thirds_tsx-app_components_loadi-b846b2.*.js 111 bytes 15.26kB 0.73%
chunks/app_gettingStartedDocs_dotnet_aspnetcore_tsx.*.js -817 bytes 15.1kB -5.13%
chunks/app_gettingStartedDocs_go_negroni_tsx.*.js -1.22kB 14.9kB -7.58%
chunks/app_views_projectInstall_platformOrIntegration_tsx.*.js 34 bytes 14.82kB 0.23%
chunks/app_gettingStartedDocs_flutter_flutter_tsx.*.js -405 bytes 14.77kB -2.67%
chunks/app_views_settings_organizationGeneralSettings_index_tsx.*.js 34 bytes 14.31kB 0.24%
chunks/app_gettingStartedDocs_dotnet_gcpfunctions_tsx.*.js 9.21kB 14.29kB 181.4% ⚠️
chunks/app_gettingStartedDocs_php_laravel_tsx.*.js -783 bytes 14.11kB -5.26%
chunks/app_gettingStartedDocs_go_fasthttp_tsx.*.js -1.22kB 14.06kB -8.0%
chunks/SuperuserStaffAccessForm.*.js -320 bytes 14.0kB -2.24%
chunks/app_gettingStartedDocs_go_fiber_tsx.*.js -1.22kB 13.99kB -8.04%
chunks/SetupWizard.*.js -71 bytes 13.93kB -0.51%
chunks/app_gettingStartedDocs_dotnet_awslambda_tsx.*.js 9.21kB 13.91kB 196.27% ⚠️
chunks/app_components_checkInTimeline_checkInPlaceholder_tsx-app_utils_useTeams_tsx-app_views_monito-cb3d90.*.js 34 bytes 13.91kB 0.25%
chunks/app_views_settings_projectTags_index_tsx.*.js 34 bytes 13.84kB 0.25%
chunks/app_gettingStartedDocs_go_echo_tsx.*.js -1.22kB 13.8kB -8.13%
chunks/app_gettingStartedDocs_go_http_tsx.*.js -1.22kB 13.77kB -8.16%
chunks/app_views_dashboards_widgets_common_widgetFrame_stories_tsx.*.js -1.93kB 13.71kB -12.33%
chunks/app_views_performance_landing_vitalsCards_tsx.*.js -26 bytes 13.47kB -0.19%
chunks/app_gettingStartedDocs_python_celery_tsx.*.js -16 bytes 13.46kB -0.12%
chunks/app_gettingStartedDocs_go_gin_tsx.*.js -1.22kB 13.45kB -8.34%
chunks/app_gettingStartedDocs_go_iris_tsx.*.js -1.22kB 13.42kB -8.35%
chunks/app_gettingStartedDocs_go_martini_tsx.*.js -1.22kB 13.37kB -8.38%
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_performance_transactionSe-f61270.0a98e5fc77b457c0a00a.js (New) 13.36kB 13.36kB 100.0% 🚀
chunks/app_gettingStartedDocs_php_php_tsx.*.js -783 bytes 13.26kB -5.58%
chunks/app_views_settings_projectAlerts_settings_tsx.*.js 34 bytes 13.15kB 0.26%
chunks/app_views_projectInstall_newProject_tsx.*.js 35 bytes 13.11kB 0.27%
chunks/app_gettingStartedDocs_dotnet_aspnet_tsx.*.js -817 bytes 13.09kB -5.88%
chunks/app_views_settings_projectPlugins_index_tsx.*.js 34 bytes 13.08kB 0.26%
chunks/app_components_forms_fields_textareaField_tsx-app_views_integrationOrganizationLink_index_tsx.*.js 102 bytes 13.04kB 0.79%
chunks/app_components_workflowEngine_layout_index_stories_tsx.*.js 190 bytes 12.85kB 1.5%
chunks/app_views_settings_projectIssueGrouping_index_tsx.*.js 34 bytes 12.67kB 0.27%
chunks/app_components_globalDrawer_index_stories_tsx.*.js 37 bytes 12.64kB 0.29%
chunks/app_gettingStartedDocs_electron_electron_tsx.*.js -190 bytes 12.4kB -1.51%
chunks/app_components_charts_lineChart_tsx-app_components_feedback_widget_us*kWidget_tsx-app_-26fc43.f92601d66a268dc635c5.js (New) 12.32kB 12.32kB 100.0% 🚀
chunks/app_gettingStartedDocs_php_symfony_tsx.*.js -783 bytes 12.27kB -6.0%
chunks/app_gettingStartedDocs_ruby_rails_tsx.*.js -639 bytes 12.27kB -4.95%
chunks/app_gettingStartedDocs_python_awslambda_tsx.*.js -16 bytes 12.1kB -0.13%
chunks/app_views_settings_account_accountIdentities_tsx.*.js 34 bytes 12.1kB 0.28%
chunks/app_views_auth_login_tsx.*.js 136 bytes 11.92kB 1.15%
chunks/app_views_settings_project_tempest_index_tsx.*.js 68 bytes 11.67kB 0.59%
chunks/app_gettingStartedDocs_elixir_elixir_tsx.*.js -817 bytes 11.59kB -6.58%
chunks/app_components_gridEditable_sortLink_tsx-app_views_insights_mobile_screenload_components_scre-1ff55c.*.js 34 bytes 11.57kB 0.29%
chunks/app_views_settings_account_apiApplications_details_tsx.*.js 34 bytes 11.53kB 0.3%
chunks/app_gettingStartedDocs_python_gcpfunctions_tsx.*.js -16 bytes 11.49kB -0.14%
chunks/app_views_settings_organizationAuditLog_index_tsx.*.js 34 bytes 11.4kB 0.3%
chunks/app_views_settings_organizationIntegrations_abstractIntegrationDetailedView_tsx.*.js 36 bytes 11.11kB 0.33%
chunks/app_views_settings_project_projectToolbar_tsx.*.js 175 bytes 10.87kB 1.64%
chunks/app_components_forms_fields_textareaField_tsx-app_views_settings_organizationIntegrations_plu-1003d8.*.js 155 bytes 10.76kB 1.46%
chunks/app_gettingStartedDocs_bun_bun_tsx.*.js -705 bytes 10.74kB -6.16%
chunks/app_views_settings_account_apiNewToken_tsx.*.js 114 bytes 10.7kB 1.08%
chunks/app_components_issues_groupList_tsx.*.js 124 bytes 10.63kB 1.18%
chunks/app_views_settings_projectUserFeedback_index_tsx.*.js 34 bytes 10.57kB 0.32%
chunks/app_views_settings_organizationTeams_teamSettings_index_tsx.*.js 68 bytes 10.52kB 0.65%
chunks/app_components_alert_stories_tsx.*.js 740 bytes 10.52kB 7.57% ⚠️
chunks/app_gettingStartedDocs_go_go_tsx.*.js -817 bytes 10.44kB -7.26%
chunks/app_views_settings_featureFlags_organizationFeatureFlagsNewSecret_tsx.*.js -77 bytes 10.32kB -0.74%
chunks/app_views_replays_detail_useAllMobileProj_tsx-app_views_replays_replayTable_index_tsx-app_vie-c01670.*.js -16 bytes 10.22kB -0.16%
chunks/app_views_settings_project_projectEnvironments_tsx.*.js 34 bytes 10.19kB 0.33%
chunks/app_gettingStartedDocs_dotnet_dotnet_tsx.*.js -285 bytes 9.9kB -2.8%
chunks/app_views_settings_project_projectReleaseTracking_tsx.*.js 34 bytes 9.47kB 0.36%
chunks/app_gettingStartedDocs_deno_deno_tsx.*.js -817 bytes 9.46kB -7.95%
chunks/app_views_settings_project_projectReplays_tsx.*.js 34 bytes 9.36kB 0.36%
chunks/app_views_acceptOrganizationInvite_index_tsx.*.js 172 bytes 9.31kB 1.88%
chunks/app_views_settings_earlyFeatures_index_tsx.*.js 34 bytes 9.05kB 0.38%
chunks/app_views_settings_organizationAuthTokens_newAuthToken_tsx.*.js 114 bytes 8.92kB 1.29%
chunks/app_views_dashboards_widgets_widgetLayout_widgetButton_tsx-app_views_dashboards_widgets_widge-189c3e.*.js 1.96kB 8.66kB 29.32% ⚠️
chunks/app_views_onboarding_integrationSetup_tsx.*.js 34 bytes 8.64kB 0.4%
chunks/app_views_settings_projectSecurityAndPrivacy_index_tsx.*.js 34 bytes 8.41kB 0.41%
chunks/app_views_settings_projectSecurityHeaders_hpkp_tsx.*.js 113 bytes 8.32kB 1.38%
chunks/app_views_settings_account_accountClose_tsx.*.js 111 bytes 8.29kB 1.36%
chunks/app_views_settings_project_projectTeams_tsx.*.js 34 bytes 8.2kB 0.42%
chunks/app_gettingStartedDocs_javascript_jsLoader_jsLoader_tsx.*.js -817 bytes 8.05kB -9.21%
chunks/app_views_admin_adminOverview_index_tsx.*.js 130 bytes 7.67kB 1.72%
chunks/app_views_settings_organizationTeams_teamNotifications_tsx.*.js 34 bytes 7.65kB 0.45%
chunks/app_components_keyValueData_index_stories_tsx.*.js -17 bytes 7.6kB -0.22%
chunks/app_gettingStartedDocs_unreal_unreal_tsx.*.js -405 bytes 7.59kB -5.07%
chunks/app_components_events_eventReplay_replayPreview_tsx-app_components_replays_replayGroupContext-f3f37c.*.js 34 bytes 7.5kB 0.46%
chunks/app_components_workflowEngine_gridCell_index_stories_tsx.*.js -4.45kB 7.49kB -37.25%
chunks/app_views_settings_organizationRateLimits_index_tsx.*.js 34 bytes 7.28kB 0.47%
chunks/app_views_settings_account_accountSubscriptions_tsx.*.js 1 bytes 7.22kB 0.01%
chunks/app_views_alerts_edit_tsx.*.js 40 bytes 7.19kB 0.56%
chunks/app_views_alerts_create_tsx.*.js -36 bytes 7.08kB -0.51%
chunks/app_views_organizationRestore_index_tsx.*.js 34 bytes 7.05kB 0.48%
chunks/app_components_acl_feature_tsx-app_components_acl_featureDisabled_tsx.*.js 223 bytes 7.0kB 3.29%
chunks/app_views_settings_projectSecurityHeaders_expectCt_tsx.*.js 113 bytes 6.99kB 1.64%
chunks/app_components_workflowEngine_gridCell_connectionCell_tsx-app_components_workflowEngine_gridC-3dd27a.*.js (New) 6.93kB 6.93kB 100.0% 🚀
chunks/app_views_performance_index_tsx.*.js 104 bytes 6.79kB 1.56%
chunks/app_components_panels_panelHeader_tsx-app_views_settings_project_projectKeys_projectKeyCreden-5ea9ee.*.js 34 bytes 6.58kB 0.52%
chunks/app_gettingStartedDocs_powershell_powershell_tsx.*.js 120 bytes 6.57kB 1.86%
chunks/app_views_unsubscribe_issue_tsx.*.js 34 bytes 6.22kB 0.55%
chunks/app_components_modals_issueOwnershipRuleModal_tsx.*.js 111 bytes 6.15kB 1.84%
chunks/app_views_unsubscribe_project_tsx.*.js 34 bytes 6.09kB 0.56%
chunks/app_views_settings_projectDataForwarding_index_tsx.*.js 68 bytes 6.0kB 1.15%
chunks/app_views_issueDetails_groupTags_groupTagsTab_tsx.*.js 111 bytes 5.86kB 1.93%
chunks/app_views_insights_mobile_screenRendering_screenRenderingSummaryPage_tsx.*.js 107 bytes 5.71kB 1.91%
chunks/app_views_settings_organizationTeams_teamDetails_tsx.*.js 68 bytes 5.71kB 1.21%
chunks/app_views_alerts_rules_crons_details_tsx.*.js 34 bytes 5.32kB 0.64%
chunks/app_views_monitors_details_tsx.*.js 34 bytes 5.28kB 0.65%
chunks/app_views_admin_installWizard_index_tsx.*.js 34 bytes 5.13kB 0.67%
chunks/app_gettingStartedDocs_unity_unity_tsx.*.js -406 bytes 4.74kB -7.89%
chunks/app_views_traces_styles_tsx.*.js (New) 4.56kB 4.56kB 100.0% 🚀
chunks/app_views_automations_list_tsx.*.js 190 bytes 4.54kB 4.37%
chunks/app_components_modals_recoveryOptionsModal_tsx.*.js 179 bytes 4.49kB 4.15%
chunks/app_components_replays_alerts_missingReplayAlert_stories_tsx.*.js 117 bytes 3.46kB 3.5%
chunks/app_gettingStartedDocs_ruby_ruby_tsx.*.js 178 bytes 3.44kB 5.45% ⚠️
chunks/app_gettingStartedDocs_ruby_rack_tsx.*.js 178 bytes 3.4kB 5.52% ⚠️
chunks/app_views_alerts_rules_uptime_existingOrCreate_tsx.*.js 8 bytes 2.9kB 0.28%
chunks/app_views_feedback_index_tsx.*.js 104 bytes 2.79kB 3.88%
chunks/PasswordStrength.*.js 66 bytes 2.75kB 2.46%
chunks/app_views_alerts_builder_projectProvider_tsx.*.js -9 bytes 2.4kB -0.37%
chunks/app_views_traces_index_tsx.*.js 107 bytes 2.38kB 4.71%
chunks/app_views_alerts_rules_uptime_index_tsx.*.js 107 bytes 2.3kB 4.88%
chunks/app_components_replays_alerts_replayUnsupportedAlert_stories_tsx.*.js -409 bytes 2.17kB -15.84%
chunks/app_views_discover_index_tsx.*.js 104 bytes 2.17kB 5.05% ⚠️
chunks/app_views_profiling_index_tsx.*.js 34 bytes 1.89kB 1.83%
chunks/app_actionCreators_redirectToProject_tsx-app_bootstrap_commonInitialization_tsx-app_bootstrap-960c50.*.js (Deleted) -445.7kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_utils_discover_discoverQuery_tsx-app-5dfcad.1d5ea321abfa73e93573.js (Deleted) -280.05kB 0 bytes -100.0% 🗑️
chunks/app_actionCreators_members_tsx-app_components_acl_access_tsx-app_components_avatar_avatarList-1cb202.*.js (Deleted) -174.24kB 0 bytes -100.0% 🗑️
chunks/app_components_charts_useChartZoom_tsx-app_views_dashboards_widgets_timeSeriesWidget_formatTo-f8418e.*.js (Deleted) -118.83kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_projectDetail_index_tsx.7d93d7a922095dbb7575.js (Deleted) -95.24kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_views_performance_transactionSummary-51d702.9973a0ca0feb27622fb7.js (Deleted) -37.35kB 0 bytes -100.0% 🗑️
chunks/app_components_charts_components_dataZoomInside_tsx-app_components_feedback_widget_us*-726f16.4956551bb0882988bd39.js (Deleted) -31.85kB 0 bytes -100.0% 🗑️
chunks/app_components_charts_eventsRequest_tsx-app_components_feedback_widget_us*kWidget_tsx--fbb1b9.846565c56ab036eb4b29.js (Deleted) -31.14kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_performance_transactionSe-feae7d.2af3330a6679177aa845.js (Deleted) -24.18kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_utils_discover_discoverQuery_tsx-app-c5fefe.c7c740866ef54e7bd401.js (Deleted) -17.19kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_gridEditable_sortLink_tsx-d372f4.b92c96873b69373f22ab.js (Deleted) -16.21kB 0 bytes -100.0% 🗑️
chunks/app_components_feedback_widget_us*kWidget_tsx-app_components_performance_transactionSe-f61270.53505af576de1cd2654e.js (Deleted) -13.36kB 0 bytes -100.0% 🗑️
chunks/app_components_charts_lineChart_tsx-app_components_feedback_widget_us*kWidget_tsx-app_-26fc43.89d9a5a8fe5bdc253613.js (Deleted) -12.21kB 0 bytes -100.0% 🗑️
chunks/app_components_charts_groupStatusChart_stories_tsx.*.js (Deleted) -2.02kB 0 bytes -100.0% 🗑️

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

  • ./app/views/issueDetails/streamline/eventTitle.tsx → Total Size: 118.15kB

@roggenkemper roggenkemper marked this pull request as ready for review February 14, 2025 22:23
@roggenkemper roggenkemper requested a review from a team as a code owner February 14, 2025 22:23
Comment on lines +461 to +462
<Button
size="sm"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<Button
size="sm"
<Button
type="button"
size="sm"

Comment on lines +71 to +72
<Button
title={t('Copy Issue Short-ID')}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<Button
title={t('Copy Issue Short-ID')}
<Button
type="button"
title={t('Copy Issue Short-ID')}

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