File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,8 @@ export interface Client<O extends ClientOptions = ClientOptions> {
111
111
/**
112
112
* Add an integration to the client.
113
113
* This can be used to e.g. lazy load integrations.
114
- * In most cases, this should not be necessary, and you're better off just passing the integrations via `integrations: []` at initialization time.
115
- * However, if you find the need to conditionally load & add an integration, you can use `addIntegration` to do so.
116
- * */
114
+ * In most cases, this should not be necessary, and you're better off just passing the integrations via `integrations: []` in `Sentry.init()`.
115
+ */
117
116
addIntegration ?( integration : Integration ) : void ;
118
117
119
118
/** This is an internal function to setup all integrations that should run on the client */
You can’t perform that action at this time.
0 commit comments