diff --git a/src/js/helpers/data/index.js b/src/js/helpers/data/index.js index a047727..3a05029 100644 --- a/src/js/helpers/data/index.js +++ b/src/js/helpers/data/index.js @@ -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); });