Is Angular 5 supported?

Hi,

If I try to use the latest version of sentry node module with an Angular 5 app, I get compilation errors with rxjs. I have seen similar errors in other node modules when there is an rxjs version mismatch. So before I waste more time, wanted to ask incase anyone knows. I tried searching but cannot find that info. This is the error I get:

ERROR in node_modules/@sentry/angular/node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected.

node_modules/@sentry/angular/node_modules/rxjs/internal/types.d.ts(81,74): error TS1005: ‘;’ expected.
node_modules/@sentry/angular/node_modules/rxjs/internal/types.d.ts(81,77): error TS1109: Expression expected.
node_modules/@sentry/angular/node_modules/rxjs/internal/types.d.ts(82,52): error TS1005: ‘;’ expected.
node_modules/@sentry/angular/node_modules/rxjs/internal/types.d.ts(82,88): error TS1005: ‘;’ expected.
node_modules/@sentry/angular/node_modules/rxjs/internal/types.d.ts(82,92): error TS1109: Expression expected.
node_modules/@sentry/tracing/dist/integrations/mongo.d.ts(4,48): error TS1005: ‘]’ expected.
node_modules/@sentry/tracing/dist/integrations/mongo.d.ts(4,50): error TS1134: Variable declaration expected.
node_modules/@sentry/tracing/dist/integrations/mongo.d.ts(4,514): error TS1005: ‘;’ expected.