Skip to content

Commit 29fb327

Browse files
committed
Hardcode to production
1 parent 8b8c58a commit 29fb327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/sentry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Sentry.init({
9393
// Set release version to match application version
9494
release: `xcodebuildmcp@${version}`,
9595

96-
// Set environment based on NODE_ENV
97-
environment: process.env.NODE_ENV ?? 'production',
96+
// Always report under production environment
97+
environment: 'production',
9898

9999
// Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring
100100
// We recommend adjusting this value in production

0 commit comments

Comments
 (0)