Skip to content

Commit e4c479f

Browse files
AleshaOlegLms24
authored andcommitted
Re-added export of function from browser package
1 parent 45850a2 commit e4c479f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/browser/src/exports.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ export {
7474
inboundFiltersIntegration,
7575
} from '@sentry/core';
7676

77+
export { parameterize } from '@sentry/utils';
78+
7779
export { WINDOW } from './helpers';
7880
export { BrowserClient } from './client';
7981
export { makeFetchTransport, makeXHRTransport } from './transports';

0 commit comments

Comments
 (0)