Skip to content

Commit 08569aa

Browse files
committed
delete wrong imports
1 parent 452c353 commit 08569aa

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/core/src/index.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,6 @@ export { OPENAI_INTEGRATION_NAME } from './utils/openai/constants';
123123
export type { OpenAiClient, OpenAiOptions, InstrumentedMethod } from './utils/openai/types';
124124
export type { FeatureFlag } from './utils/featureFlags';
125125

126-
export type { FeatureFlag } from './featureFlags';
127-
128-
export { applyAggregateErrorsToEvent } from './utils-hoist/aggregate-errors';
129-
export { getBreadcrumbLogLevelFromHttpStatusCode } from './utils-hoist/breadcrumb-log-level';
130-
export { getComponentName, getLocationHref, htmlTreeAsString } from './utils-hoist/browser';
131-
export { dsnFromString, dsnToString, makeDsn, deriveOrgIdFromClient } from './utils-hoist/dsn';
132-
// eslint-disable-next-line deprecation/deprecation
133-
export { SentryError } from './utils-hoist/error';
134-
export { GLOBAL_OBJ } from './utils-hoist/worldwide';
135-
export type { InternalGlobal } from './utils-hoist/worldwide';
136-
export { addConsoleInstrumentationHandler } from './utils-hoist/instrument/console';
137-
export { addFetchEndInstrumentationHandler, addFetchInstrumentationHandler } from './utils-hoist/instrument/fetch';
138-
export { addGlobalErrorInstrumentationHandler } from './utils-hoist/instrument/globalError';
139-
export { addGlobalUnhandledRejectionInstrumentationHandler } from './utils-hoist/instrument/globalUnhandledRejection';
140126
export {
141127
_INTERNAL_copyFlagsFromScopeToEvent,
142128
_INTERNAL_insertFlagToScope,

0 commit comments

Comments
 (0)