Skip to content

Commit 03d00d9

Browse files
committed
Add debug
1 parent c676e08 commit 03d00d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@
334334
*/
335335
function fillStacktrace(error, logLevel, classification, stackFrames) {
336336
var type = (typeof error === 'object') ? error.constructor.name : (typeof error).toString();
337+
console.log("test:" + type)
337338

338339
var newEvent = _this.createAppEvent(logLevel ? logLevel : "Error", classification ? classification : "issue", type, error.toString());
339340
newEvent.eventStacktrace = new TrakerrApi.Stacktrace();

0 commit comments

Comments
 (0)