-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
45 lines (41 loc) · 1.14 KB
/
pnpm-workspace.yaml
File metadata and controls
45 lines (41 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
packages:
- "."
- "website"
allowBuilds:
"@sentry/cli": true
better-sqlite3: true
electron: true
electron-winstaller: true
esbuild: true
node-pty: true
sharp: true
onlyBuiltDependencies:
- "@sentry/cli"
- better-sqlite3
- electron
- electron-winstaller
- esbuild
- node-pty
# @sentry/electron's main-process bundle eagerly requires @sentry/node, which
# requires @opentelemetry/* via bare paths. Under pnpm's nested layout
# electron-builder does not traverse those into the asar. Public-hoisting
# pins them to top-level node_modules so the default packaging traversal
# picks them up.
publicHoistPattern:
- "@opentelemetry/*"
- "@sentry/*"
- "@sentry-internal/*"
- "@fastify/otel"
- "@prisma/instrumentation"
- "import-in-the-middle"
- "require-in-the-middle"
- "acorn"
- "acorn-import-attributes"
- "cjs-module-lexer"
- "module-details-from-path"
# Force electron-builder to traverse symlinked transitive deps under pnpm's
# nested layout. Without this, deep deps like @opentelemetry/* are not copied
# into the asar even when listed in `files`.
nodeLinker: hoisted
minimumReleaseAgeExclude:
- electron@41.7.0