File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Fixes
6+
7+ - Change log output to show what paths are considered when collecting modules ([ #3316 ] ( https://github.com/getsentry/sentry-react-native/pull/3316 ) )
8+
39## 5.10.0
410
511### Features
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export default class ModulesCollector {
104104
105105 logger . info ( 'Reading source map from' , sourceMapPath ) ;
106106 logger . info ( 'Saving modules to' , outputModulesPath ) ;
107- logger . info ( 'Resolving modules from paths' , outputModulesPath ) ;
107+ logger . info ( 'Resolving modules from paths' , modulesPaths . join ( ', ' ) ) ;
108108
109109 if ( ! existsSync ( sourceMapPath ) ) {
110110 logger . error ( `Source map file does not exist at ${ sourceMapPath } ` ) ;
You can’t perform that action at this time.
0 commit comments