Skip to content

Commit

Permalink
Update how we are sanitizing track trace to include more info (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
millicentachieng authored Sep 16, 2021
1 parent 0920ab5 commit d617524
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/telemetry/filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ export function sanitizeStackTrace(envelope: ITelemetryItem) {

exception.hasFullStack = false;
exception.stack = null;
exception.parsedStack = [parsedStack];
telemetryItem.exceptions = [exception];
}
}
return true;
Expand Down

0 comments on commit d617524

Please sign in to comment.