Skip to content

Commit 1d2bf31

Browse files
authored
fix typo in CHANGELOG
1 parent 4a5ba93 commit 1d2bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Work in this release was contributed by @xgedev, @Mohataseem89, @sebws, and @G-R
3131
You can now set attributes on the SDK's scopes which will be applied to all logs as long as the respective scopes are active. For the time being, only `string`, `number` and `boolean` attribute values are supported.
3232

3333
```ts
34-
Sentry.geGlobalScope().setAttributes({ is_admin: true, auth_provider: 'google' });
34+
Sentry.getGlobalScope().setAttributes({ is_admin: true, auth_provider: 'google' });
3535

3636
Sentry.withScope(scope => {
3737
scope.setAttribute('step', 'authentication');

0 commit comments

Comments
 (0)