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 497f7db commit a4a59a8Copy full SHA for a4a59a8
packages/angularjs/src/index.ts
@@ -39,6 +39,7 @@ angular.module("exceptionless", [])
39
function decorateRegularCall(property: string, logLevel: string) {
40
const previousFn = $delegate[property];
41
return $delegate[property] = (...args: string[]) => {
42
+ // eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
43
if ((<any>angular).mock) {
44
// Needed to support angular-mocks.
45
$delegate[property].logs = [];
0 commit comments