Skip to content

Commit aa7953e

Browse files
committed
debugging
1 parent 75a7c20 commit aa7953e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/nextjs/src/config/webpack.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,8 @@ function getWebpackPluginOptions(
272272

273273
checkWebpackPluginOverrides(defaultPluginOptions, userPluginOptions);
274274

275+
console.log(defaultPluginOptions);
276+
console.log(userPluginOptions);
277+
275278
return { ...defaultPluginOptions, ...userPluginOptions };
276279
}

packages/node/src/sdk.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export function getSentryRelease(fallback?: string): string | undefined {
201201
if (global.SENTRY_RELEASE && global.SENTRY_RELEASE.id) {
202202
return global.SENTRY_RELEASE.id;
203203
}
204+
console.log(process.env);
204205

205206
return (
206207
// GitHub Actions - https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables

0 commit comments

Comments
 (0)