Skip to content

Commit

Permalink
chore: resolve conflict from PR getsentry#14745
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei-k committed Dec 18, 2024
2 parents dc69ad3 + d773cb7 commit dd4505e
Show file tree
Hide file tree
Showing 69 changed files with 7 additions and 2,255 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

159 changes: 0 additions & 159 deletions dev-packages/browser-integration-tests/suites/metrics/timing/test.ts

This file was deleted.

12 changes: 0 additions & 12 deletions dev-packages/browser-integration-tests/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,18 +270,6 @@ export function shouldSkipFeedbackTest(): boolean {
return false;
}

/**
* We can only test metrics tests in certain bundles/packages:
* - NPM (ESM, CJS)
* - CDN bundles that include tracing
*
* @returns `true` if we should skip the metrics test
*/
export function shouldSkipMetricsTest(): boolean {
const bundle = process.env.PW_BUNDLE as string | undefined;
return bundle != null && !bundle.includes('tracing') && !bundle.includes('esm') && !bundle.includes('cjs');
}

/**
* We only test feature flags integrations in certain bundles/packages:
* - NPM (ESM, CJS)
Expand Down

This file was deleted.

18 changes: 0 additions & 18 deletions dev-packages/node-integration-tests/suites/metrics/should-exit.js

This file was deleted.

Loading

0 comments on commit dd4505e

Please sign in to comment.