File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const defaultIntegrations = [
38
38
* import { configureScope } from '@sentry/browser';
39
39
* configureScope((scope: Scope) => {
40
40
* scope.setExtra({ battery: 0.7 });
41
- * scope.setTags ({ user_mode: 'admin' });
41
+ * scope.setTag ({ user_mode: 'admin' });
42
42
* scope.setUser({ id: '4711' });
43
43
* });
44
44
*
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export const defaultIntegrations = [
40
40
* const { configureScope } = require('@sentry/node');
41
41
* configureScope((scope: Scope) => {
42
42
* scope.setExtra({ battery: 0.7 });
43
- * scope.setTags ({ user_mode: 'admin' });
43
+ * scope.setTag ({ user_mode: 'admin' });
44
44
* scope.setUser({ id: '4711' });
45
45
* });
46
46
*
You can’t perform that action at this time.
0 commit comments