Skip to content

Commit b336ece

Browse files
committed
refactor(playground): Make SENTRY_MIDDLEWARE_PATH non-exported
Only the derived constants are used externally.
1 parent 44daef3 commit b336ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const SENTRY_MIDDLEWARE_PATH = '__sentry';
1+
const SENTRY_MIDDLEWARE_PATH = '__sentry';
22
export const SENTRY_CONTEXT_REQUEST_PATH = `${SENTRY_MIDDLEWARE_PATH}/context`;
33
export const SENTRY_OPEN_URL_REQUEST_PATH = `${SENTRY_MIDDLEWARE_PATH}/open-url`;

0 commit comments

Comments
 (0)