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 35a0038 commit 4174f98Copy full SHA for 4174f98
src/js/tools/metroconfig.ts
@@ -105,7 +105,9 @@ export function withSentryBabelTransformer(config: MetroConfig): MetroConfig {
105
106
if (!defaultBabelTransformerPath) {
107
// eslint-disable-next-line no-console
108
- console.warn('Sentry Babel transformer cannot be used. Not adding it ...');
+ console.warn('`transformer.babelTransformerPath` is undefined.');
109
+ // eslint-disable-next-line no-console
110
+ console.warn('Sentry Babel transformer cannot be used. Not adding it...');
111
return config;
112
}
113
0 commit comments