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 2f699cb commit f5eb1bbCopy full SHA for f5eb1bb
src/wrapper.android.ts
@@ -91,9 +91,6 @@ export namespace NATIVE {
91
const nException = new io.sentry.protocol.SentryException();
92
nException.setType(type);
93
nException.setValue(value);
94
- console.log('test');
95
- // nException.setModule('');
96
- // nException.setModule('com.tns');
97
nException.setThreadId(new java.lang.Long(java.lang.Thread.currentThread().getId()));
98
99
nException.setStacktrace(convertToNativeJavascriptStacktrace(stack));
0 commit comments