Commit e76da3f
authored
chore: fix serverExternalPackages errors in monorepo (#14535)
Fixes these:
<img width="1128" height="445" alt="image"
src="https://github.com/user-attachments/assets/fb2b3885-f913-49d3-b2e7-5ddf66619758"
/>
We have to add sentry to the externals list, and install `mongoose` at
the monorepo root, as it's external, and the resulting
`require(mongoose)` calls need to be resolvable from the top-level app
folder.1 parent 3a975d7 commit e76da3f
3 files changed
+15
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments