Commit 4541f69
fix(runtime): Add nitro.ts to build include, remove no-op span wrap
Add src/nitro.ts to tsconfig.build.json include array so declaration
generation works for the ./nitro export.
Remove Sentry.withActiveSpan wrapping in webhook waitUntil — wrapping
an already-created Promise is a no-op for span propagation since the
async work was already scheduled outside the span context.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 49e9342 commit 4541f69
2 files changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | 51 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 52 | + | |
60 | 53 | | |
61 | 54 | | |
62 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
0 commit comments