Skip to content

Commit f5ca50f

Browse files
committed
move vendor
1 parent 8f9b9df commit f5ca50f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export { generateTraceId, generateSpanId } from './utils-hoist/propagationContex
282282
export { vercelWaitUntil } from './utils-hoist/vercelWaitUntil';
283283
export { SDK_VERSION } from './utils-hoist/version';
284284
export { getDebugImagesForResources, getFilenameToDebugIdMap } from './utils-hoist/debug-ids';
285-
export { escapeStringForRegex } from './utils-hoist/vendor/escapeStringForRegex';
285+
export { escapeStringForRegex } from './vendor/escapeStringForRegex';
286286

287287
export type { Attachment } from './types-hoist/attachment';
288288
export type {

packages/core/src/utils-hoist/string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { isRegExp, isString, isVueViewModel } from './is';
22

3-
export { escapeStringForRegex } from './vendor/escapeStringForRegex';
3+
export { escapeStringForRegex } from '../vendor/escapeStringForRegex';
44

55
/**
66
* Truncates given string to the maximum characters count

0 commit comments

Comments
 (0)