File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments