Angular 18 support #12377
-
I have angular project migrated on version 18, but build is failing When can we expect v.18 support? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Angular 18 is supported with I recommend migrating to |
Beta Was this translation helpful? Give feedback.
-
Hello,
Thanks for the response. I will look into it.
… On 6 Jun 2024, at 7:23 PM, Abhijeet Prasad ***@***.***> wrote:
Angular 18 is supported with 8.x of the Angular SDK. You are using 7.x of @sentry/angular-ivy.
https://docs.sentry.io/platforms/javascript/guides/angular/migration/v7-to-v8/
—
Reply to this email directly, view it on GitHub <#12377 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AWQQNBMBYI4JMZQNRW263XLZGBST5AVCNFSM6AAAAABI4AR75OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMOJQGE3DK>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
So what is the angular 18 package called, both of the below packages only support angular 17 https://www.npmjs.com/package/@sentry/angular |
Beta Was this translation helpful? Give feedback.
Angular 18 is supported with
8.x
of the Angular SDK. You are using7.x
of@sentry/angular-ivy
.I recommend migrating to
8.x
of the Angular SDK! See migration docs: https://docs.sentry.io/platforms/javascript/guides/angular/migration/v7-to-v8/