Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions android/sourcemaps.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Task createUploadSourcemapsTask(String flavor, String defaultVersionName, String

def tokenJsFile = new File(instabugDir, 'scripts/find-token.js')
def inferredToken = executeNodeScript(tokenJsFile, jsProjectDir)
X
def appToken = resolveVar('App Token', 'INSTABUG_APP_TOKEN', inferredToken)

if (!appToken) {
Expand All @@ -75,8 +74,6 @@ Task createUploadSourcemapsTask(String flavor, String defaultVersionName, String
} catch (exception) {
project.logger.error "Failed to upload source map file.\n" +
"Reason: ${exception.message}"
throw exception

}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/default/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNInstabug (16.0.2):
- RNInstabug (16.0.3):
- Instabug (= 16.0.3)
- React-Core
- RNReanimated (3.16.1):
Expand Down Expand Up @@ -2090,7 +2090,7 @@ SPEC CHECKSUMS:
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
RNInstabug: 2cfa6de7b6509124ec15841c14869e030719309e
RNInstabug: 0b04c724acc081f0da864470f4f296dfc5c933ca
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instabug-reactnative",
"description": "React Native plugin for integrating the Instabug SDK",
"version": "16.0.2",
"version": "16.0.3",
"author": "Instabug (https://instabug.com)",
"repository": "github:Instabug/Instabug-React-Native",
"homepage": "https://www.instabug.com/platforms/react-native",
Expand Down