We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8c58a commit 29fb327Copy full SHA for 29fb327
1 file changed
src/utils/sentry.ts
@@ -93,8 +93,8 @@ Sentry.init({
93
// Set release version to match application version
94
release: `xcodebuildmcp@${version}`,
95
96
- // Set environment based on NODE_ENV
97
- environment: process.env.NODE_ENV ?? 'production',
+ // Always report under production environment
+ environment: 'production',
98
99
// Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring
100
// We recommend adjusting this value in production
0 commit comments