File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,14 @@ In order to use Sentry with cocoapods you have to install the packages with
111111``npm `` or ``yarn `` and link them locally in your ``Podfile ``.
112112
113113.. sourcecode :: bash
114+
114115 npm install --save react react-native react-native-sentry
115116
116117After that change your ``Podfile `` to reference to the packages in your
117118``node_modules `` folder.
118119
119120.. sourcecode :: ruby
121+
120122 platform :ios, '8.0'
121123 use_frameworks!
122124
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var ASYNC_STORAGE_KEY = '--raven-js-global-error-payload--';
3535 */
3636function normalizeUrl ( url , pathStripRe ) {
3737 return url
38- . replace ( / ^ f i l e \: \/ \/ / , '' )
38+ . replace ( / ^ f i l e \: \/ \/ / , 'app:// ' )
3939 . replace ( pathStripRe , '' ) ;
4040}
4141
You can’t perform that action at this time.
0 commit comments