Angular 6 support
#6601
-
Got a legacy app we would like to setup with Sentry. Is Angular 6 supported at all? |
Beta Was this translation helpful? Give feedback.
Answered by
Lms24
Dec 22, 2022
Replies: 1 comment 1 reply
-
Hi @randym127 unfortunately not. Our Angular SDK supports Angular 10+. It kinda works with Angular 9 but I haven't tested anything below. You can give it a shot but chances are that the compiler won't work as the SDK was compiled for NG10+. Instead, you can use our base browser SDK |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
randym127
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @randym127 unfortunately not. Our Angular SDK supports Angular 10+. It kinda works with Angular 9 but I haven't tested anything below. You can give it a shot but chances are that the compiler won't work as the SDK was compiled for NG10+.
Instead, you can use our base browser SDK
@sentry/browser
, which should work fine with any Angular version.