-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for Capacitor 5/Angular 16 peer dependencies error #458
Conversation
@lucas-zimerman Can you please review and merge this? As we need to do an Thanks a lot! |
In this case wouldn't it break for uses using the non ivy version of Angular? |
It might. I'm new to this. But we also need to do an install and it fails without this. Side effect of this change: I'm on capacitor angular, but I can't import it from there. I have to import from sentry/angular-ivy. So there could be more to do here. I just wanted to start the discussion back up because at this point, sentry is not supporting capacitor 5 and angular 16. |
angular 16 needs the ivy distribution. if this is the case maby you can remove the dependency completely so each dev can install the package needed. |
So instead of putting ivy in, just remove it entirely? I can do that. @emelampianakis |
Yeah, I think this is the correct approach, but then the Installation part of the readme should also be updated.
@lucas-zimerman you think this would be ok? |
Hello @ahunter135 can you try the changes I mentioned above? |
@emelampianakis made the requested changes! |
@lucas-zimerman Can you please approve and merge the changes so that we can start using the fix soon (with Angular 16)? Thanks a lot! |
Based on #405 (comment) the peer deps are not the issue. Thank you, everyone, for the comments, please use Follow up PR with readme update from this PR -> #469 |
No description provided.