Data Streaming
Error Monitoring
1min
the qualetics api automatically tracks any javascript or http errors when using the js sdk docid\ oemu4j8rmp3rlukenqgso on a website for other programming languages, the custom event data docid\ p8xupq e1h2ax1gbouthe capturing can be used to capture errors at the global exception handler objects of frameworks such as angular, react or c# an exception event should look like the following { "actor" { "type" "\<usertype>", "id" "\<userid>", "attributes" { "student" { "name" "\<user full name>" } } }, "action" { "type" "exception", "name" "\<exception name>", 	 "attributes" { "exceptiontype" "\<value>", 	 "errormessage" "\<value>", "stacktrace" "\<value>", } }, "context" { "name" "\<context name>",//module where the error occurred "attributes" { "\<attributename>" "\<attribute value>" } }, "object" { "type" "\<custom object>", "name" "\<custom object id/name>", "attributes" { "\<object property>" "\<object property value>", 	 } } } while tracking exceptions, the action type should always be specified as "exception" this allows our platform to analyze this data for software quality