Skip to content

Commit

Permalink
- Fix acquireTokenByCode instrumentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-msft committed Apr 23, 2024
1 parent 4c8eea3 commit 7127c8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/msal-browser/src/controllers/StandardController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1020,12 +1020,6 @@ export class StandardController implements IController {
) {
this.nativeExtensionProvider = undefined; // If extension gets uninstalled during session prevent future requests from continuing to attempt
}
atbcMeasurement.end(
{
success: false,
},
e
);
throw e;
});
atbcMeasurement.end({
Expand Down

0 comments on commit 7127c8c

Please sign in to comment.