## Description - Remove new relic browser agent - Add faro sdk to capture frontend perf metrics and traces. Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.All" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/12490844984> > Commit: c9d4264027467bf33e1de519eb69c7762b6e7f75 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12490844984&attempt=2" target="_blank">Cypress dashboard</a>. > Tags: `@tag.All` > Spec: > <hr>Wed, 25 Dec 2024 09:33:26 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Summary by CodeRabbit - **New Features** - Introduced new environment variable `APPSMITH_HOSTNAME` for dynamic hostname configuration in HTML files. - Enhanced telemetry capabilities with new imports and updated types for better observability. - Added `tracingUrl` under the observability section in configuration files for improved telemetry tracking. - **Bug Fixes** - Adjusted telemetry data handling to utilize new `Attributes` type for improved consistency. - **Documentation** - Updated import paths for various telemetry-related components to reflect new module organization. - **Chores** - Removed deprecated telemetry configurations and streamlined build processes. - Updated Nginx configuration to reflect new telemetry parameters. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"entry": ["src/index.tsx"],
|
|
"project": ["src/**/*.{tsx,ts,js}"],
|
|
"ignore": [
|
|
"packages/**/stories/**",
|
|
"packages/**/chromatic/**",
|
|
"packages/design-system/widgets/src/testing/**",
|
|
"**/*.stories.tsx",
|
|
"packages/rts/build.js",
|
|
"packages/design-system/ads/src/Documentation/**",
|
|
"src/components/designSystems/blueprintjs/**",
|
|
"packages/design-system/ads/plopfile.mjs",
|
|
"src/plugins/Linting/**",
|
|
"src/ee/plugins/Linting/**",
|
|
"src/ce/plugins/Linting/**",
|
|
"src/ce/sagas/EnvironmentSagas.ts",
|
|
"src/ce/utils/analyticsHelpers.ts",
|
|
"src/ce/utils/autocomplete/helpers.ts",
|
|
"src/ce/utils/workflowHelpers.ts",
|
|
"src/workers/Evaluation/**",
|
|
"src/widgets/ExternalWidget/component/script.js",
|
|
"src/widgets/ListWidgetV2/widget/derived.js",
|
|
"src/workers/Tern/tern.worker.ts",
|
|
"src/widgets/CustomWidget/component/appsmithConsole.js",
|
|
"src/serviceWorker.ts",
|
|
"src/ee/utils/serviceWorkerUtils.ts"
|
|
],
|
|
"ignoreDependencies": [
|
|
"craco-alias",
|
|
"craco-babel-loader",
|
|
"babel-plugin-lodash",
|
|
"@types/google.maps",
|
|
"@types/web",
|
|
"postcss-url",
|
|
"@types/dom-view-transitions",
|
|
"@types/jest",
|
|
"compression-webpack-plugin",
|
|
"webpack-retry-chunk-load-plugin",
|
|
"lint-staged",
|
|
"ts-jest-mock-import-meta",
|
|
"cypress-log-to-output",
|
|
"cypress-repeat-pro",
|
|
"cypress-multi-reporters",
|
|
"@aws-sdk/client-s3",
|
|
"@aws-sdk/lib-storage",
|
|
"@octokit/rest",
|
|
"@faker-js/faker",
|
|
"@grafana/faro-webpack-plugin",
|
|
"pg",
|
|
"factory.ts"
|
|
]
|
|
}
|