Skip to content

Commit 60f713b

Browse files
committed
Redel deleted files after merge, import buf sizes in node tests
1 parent 979600c commit 60f713b

File tree

4 files changed

+2
-144
lines changed

4 files changed

+2
-144
lines changed

dev-packages/browser-integration-tests/suites/integrations/featureFlags/constants.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

dev-packages/node-integration-tests/suites/featureFlags/featureFlagsIntegration/onError/basic/scenario.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as Sentry from '@sentry/node';
22
import { loggingTransport } from '@sentry-internal/node-integration-tests';
3-
4-
const FLAG_BUFFER_SIZE = 100;
3+
import { _INTERNAL_FLAG_BUFFER_SIZE as FLAG_BUFFER_SIZE } from '@sentry/core';
54

65
Sentry.init({
76
dsn: 'https://public@dsn.ingest.sentry.io/1337',

dev-packages/node-integration-tests/suites/featureFlags/featureFlagsIntegration/onSpan/scenario.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as Sentry from '@sentry/node';
22
import { loggingTransport } from '@sentry-internal/node-integration-tests';
3-
4-
const MAX_FLAGS_PER_SPAN = 10;
3+
import { _INTERNAL_MAX_FLAGS_PER_SPAN as MAX_FLAGS_PER_SPAN } from '@sentry/core';
54

65
Sentry.init({
76
dsn: 'https://public@dsn.ingest.sentry.io/1337',

packages/browser/src/utils/featureFlags.ts

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)