Commit 9480765
ref(profiling-node)!: Remove
Removes the `sentry-prune-profiler-binaries` bin script from
`@sentry/profiling-node`.
The script was already deprecated with a runtime warning and a README
notice pointing at #20567. This PR follows
through on that removal:
* Deletes `scripts/prune-profiler-binaries.js` and its test.
* Removes the `bin` mapping and the script's `files` entry from
`package.json`.
* Drops the pruning walkthrough from the profiling-node README,
replacing it with a short note on the binary naming scheme so users who
want to prune unused binaries can do so themselves as a build step (as
suggested in the issue).
* Removes the "register the new ABI in the profiling pruner" step from
`docs/supporting-a-new-node-version.md`, since the `NODE_TO_ABI` map no
longer needs maintaining.
The MIGRATION.md entry for this removal already exists on `develop`, so
it is unchanged here.
Fixes #20567
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>prune-profiler-binaries bin script (#23104)1 parent a5afce4 commit 9480765
5 files changed
Lines changed: 6 additions & 281 deletions
File tree
- docs
- packages/profiling-node
- scripts
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 96 | + | |
102 | 97 | | |
103 | 98 | | |
104 | 99 | | |
105 | | - | |
| 100 | + | |
106 | 101 | | |
107 | | - | |
| 102 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 237 | + | |
| 238 | + | |
277 | 239 | | |
278 | 240 | | |
279 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | | - | |
37 | | - | |
| 33 | + | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
Lines changed: 0 additions & 204 deletions
This file was deleted.
Lines changed: 0 additions & 24 deletions
This file was deleted.
0 commit comments