Skip to content

Commit fed577b

Browse files
chargomemydea
andauthored
Update packages/nextjs/src/config/withSentryConfig.ts
Co-authored-by: Francesco Gringl-Novy <[email protected]>
1 parent 475d448 commit fed577b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/withSentryConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function getFinalConfigObject(
112112
}
113113
} else {
114114
const resolvedTunnelRoute =
115-
typeof userSentryOptions.tunnelRoute === 'boolean' && userSentryOptions.tunnelRoute === true
115+
userSentryOptions.tunnelRoute === true
116116
? generateRandomTunnelRoute()
117117
: userSentryOptions.tunnelRoute;
118118

0 commit comments

Comments
 (0)