fix(integrations): BaseClient reports integrations added after init#7011
fix(integrations): BaseClient reports integrations added after init#7011
Conversation
mydea
left a comment
There was a problem hiding this comment.
Yes, def. not intentional! Thanks for finding & fixing this 🎉
size-limit report 📦
|
|
How do you debug these? |
|
Still need to wait for the CI, but should be fixed now. It's not pretty but it works. Maybe in the future when we decide to remove |
Yes, definitely in favour of that. However, adding methods to the client is a breaking change, so we could only do it with an optional method at this time or only do it in v8. Tracking the removal in #7028 |
|
I'm gonna merge this in as we're cutting a release. |
In RN SDK we would like to add some integrations using the
client.addIntegrationmethod, but these integrations are not being reported in theevent.sdk.integrations.I assume that was not intentional.