Uh oh!
There was an error while loading. Please reload this page.
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 📦
|
Uh oh!
There was an error while loading. Please reload this page.
krystofwoldrich
commented
Feb 1, 2023
How do you debug these? |
krystofwoldrich
commented
Feb 1, 2023
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 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Lms24
commented
Feb 1, 2023
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 |
Uh oh!
There was an error while loading. Please reload this page.
Lms24
commented
Feb 2, 2023
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.