Skip to content

Commit a93b0e0

Browse files
committed
Delete old browser utils and integration and yarn fix
1 parent 6381f91 commit a93b0e0

File tree

9 files changed

+13
-349
lines changed

9 files changed

+13
-349
lines changed

packages/browser/src/integrations/featureFlags/featureFlagsIntegration.ts

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

packages/browser/src/integrations/featureFlags/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/browser/src/integrations/featureFlags/launchdarkly/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import type { Client, Event, EventHint, IntegrationFn, Span } from '@sentry/core';
22
import {
3-
defineIntegration,
43
_INTERNAL_bufferSpanFeatureFlag,
54
_INTERNAL_copyFlagsFromScopeToEvent,
65
_INTERNAL_freezeSpanFeatureFlags,
76
_INTERNAL_insertFlagToScope,
7+
defineIntegration,
88
} from '@sentry/core';
99
import type { LDContext, LDEvaluationDetail, LDInspectionFlagUsedHandler } from './types';
1010

packages/browser/src/integrations/featureFlags/openfeature/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
*/
1616
import type { Client, Event, EventHint, IntegrationFn, Span } from '@sentry/core';
1717
import {
18-
defineIntegration,
1918
_INTERNAL_bufferSpanFeatureFlag,
2019
_INTERNAL_copyFlagsFromScopeToEvent,
2120
_INTERNAL_freezeSpanFeatureFlags,
2221
_INTERNAL_insertFlagToScope,
22+
defineIntegration,
2323
} from '@sentry/core';
2424
import type { EvaluationDetails, HookContext, HookHints, JsonValue, OpenFeatureHook } from './types';
2525

packages/browser/src/integrations/featureFlags/statsig/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import type { Client, Event, EventHint, IntegrationFn, Span } from '@sentry/core';
22
import {
3-
defineIntegration,
43
_INTERNAL_bufferSpanFeatureFlag,
54
_INTERNAL_copyFlagsFromScopeToEvent,
65
_INTERNAL_freezeSpanFeatureFlags,
76
_INTERNAL_insertFlagToScope,
7+
defineIntegration,
88
} from '@sentry/core';
99
import type { FeatureGate, StatsigClient } from './types';
1010

packages/browser/src/integrations/featureFlags/unleash/integration.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import type { Client, Event, EventHint, IntegrationFn, Span } from '@sentry/core';
2-
import { DEBUG_BUILD } from '../../../debug-build';
32
import {
4-
defineIntegration,
5-
fill,
6-
logger,
73
_INTERNAL_bufferSpanFeatureFlag,
84
_INTERNAL_copyFlagsFromScopeToEvent,
95
_INTERNAL_freezeSpanFeatureFlags,
106
_INTERNAL_insertFlagToScope,
7+
defineIntegration,
8+
fill,
9+
logger,
1110
} from '@sentry/core';
11+
import { DEBUG_BUILD } from '../../../debug-build';
1212
import type { UnleashClient, UnleashClientClass } from './types';
1313

1414
type UnleashIntegrationOptions = {

packages/browser/src/utils/featureFlags.ts

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

0 commit comments

Comments
 (0)