Skip to content

Commit

Permalink
fix: Sentry.configureScope → Sentry.withScope
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Sep 18, 2024
1 parent ef5b6fe commit 86ed250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/helpers/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class DataHelper {
}

this.identifier = this.identifier || Math.random().toString(36).substr(2);
Sentry.configureScope(scope => {
Sentry.withScope(scope => {
scope.setTag('transaction_id', this.identifier);
});

Expand Down

0 comments on commit 86ed250

Please sign in to comment.