File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -123,20 +123,6 @@ export { OPENAI_INTEGRATION_NAME } from './utils/openai/constants';
123
123
export type { OpenAiClient , OpenAiOptions , InstrumentedMethod } from './utils/openai/types' ;
124
124
export type { FeatureFlag } from './utils/featureFlags' ;
125
125
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' ;
140
126
export {
141
127
_INTERNAL_copyFlagsFromScopeToEvent ,
142
128
_INTERNAL_insertFlagToScope ,
You can’t perform that action at this time.
0 commit comments