You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(integrations): Report BaseClient integrations added after init (#7011)
Report all integrations from BaseClient, even the ones that were added after the SDK intialization. This patch changes reading the list of integrations from `options.integrations` to `client._integrations`.
0 commit comments