Skip to content

Commit 33e67e0

Browse files
committed
add small note correction
1 parent af7d637 commit 33e67e0

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/javascript/common/configuration/tree-shaking

1 file changed

+1
-1
lines changed

src/platforms/javascript/common/configuration/tree-shaking/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ getCurrentHub().bindClient(client);
129129
<Note>
130130

131131
In contrast to `Sentry.init`, the `Client` constructor expects options of type `ClientOptions` instead of `Options`.
132-
This means that the `ClientOptions.integrations` property is the final array of integrations that will be used.
132+
This means that the `ClientOptions.integrations` property is the final array of all integrations that will be used.
133133

134134
</Note>

0 commit comments

Comments
 (0)