-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDKType: Improvement
Description
Problem Statement
Angular 13+ will remind you of any library, that isn't compiled in partial Ivy and requires using ngcc.
Processing legacy "View Engine" libraries:
- @sentry/angular [es2015/esm2015] (git://github.com/getsentry/sentry-javascript.git)
Encourage the library authors to publish an Ivy distribution.
Any chance to go Ivy way? I know some users might not be using Ivy yet, but I'd like to get rid of ngcc as soon as possible.
Solution Brainstorm
In tsconfig remove "enableIvy": false
.
smeubank, nunoarruda, vorlif, antyale, MarcoGlauser and 35 moregocarlos and kruschegocarlos
Metadata
Metadata
Assignees
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDKType: Improvement