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 010d4e8 commit 8ea1a1dCopy full SHA for 8ea1a1d
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