You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/testObservability/crashReporter/index.js
-1
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,6 @@ class CrashReporter {
164
164
165
165
axios(options)
166
166
.then(response=>{
167
-
consoleHolder.log("Resp3->",response);
168
167
169
168
if(response.status!=200){
170
169
debug(`[Crash_Report_Upload] Failed due to ${response&&response.data ? response.data : `Received response from BrowserStack Server with status : ${response.status}`}`);
0 commit comments