8000 fix angular build · vaind/sentry-javascript@aca7ee8 · GitHub
[go: up one dir, main page]

Skip to content

Commit aca7ee8

Browse files
committed
fix angular build
1 parent 9860ef3 commit aca7ee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/angular/ng-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"entryFile": "src/index.ts",
66
"umdModuleIds": {
77
"@sentry/browser": "Sentry",
8+
"@sentry/core": "Sentry.core",
89
"@sentry/utils": "Sentry.util"
910
}
1011
},
11-
"whitelistedNonPeerDependencies": ["@sentry/browser", "@sentry/utils", "@sentry/types", "tslib"],
12+
"whitelistedNonPeerDependencies": ["@sentry/browser", "@sentry/core", "@sentry/utils", "@sentry/types", "tslib"],
1213
"assets": ["README.md", "LICENSE"]
1314
}

0 commit comments

Comments
 (0)
0