Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Jul 15, 2024
1 parent ad86165 commit c02ee2c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/ionic-angular-v3/src/app/tab1/tab1.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export class Tab1Page {

public clearBreadcrumbs(): void {
Sentry.getGlobalScope().clearBreadcrumbs();
Sentry.getIsolationScope().clearBreadcrumbs();
Sentry.getCurrentScope().clearBreadcrumbs();
}

public clearTestContext(): void {
Expand Down
2 changes: 2 additions & 0 deletions example/ionic-angular-v4/src/app/tab1/tab1.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ export class Tab1Page {

public clearBreadcrumbs(): void {
Sentry.getGlobalScope().clearBreadcrumbs();
Sentry.getIsolationScope().clearBreadcrumbs();
Sentry.getCurrentScope().clearBreadcrumbs();
}

public clearTestContext(): void {
Expand Down
2 changes: 2 additions & 0 deletions example/ionic-angular-v5/src/app/tab1/tab1.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export class Tab1Page {

public clearBreadcrumbs(): void {
Sentry.getGlobalScope().clearBreadcrumbs();
Sentry.getIsolationScope().clearBreadcrumbs();
Sentry.getCurrentScope().clearBreadcrumbs();
}

public clearTestContext(): void {
Expand Down
2 changes: 2 additions & 0 deletions example/ionic-angular-v6/src/app/tab1/tab1.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export class Tab1Page {

public clearBreadcrumbs(): void {
Sentry.getGlobalScope().clearBreadcrumbs();
Sentry.getIsolationScope().clearBreadcrumbs();
Sentry.getCurrentScope().clearBreadcrumbs();
}

public clearTestContext(): void {
Expand Down

0 comments on commit c02ee2c

Please sign in to comment.