Commit a5173b7
authored
feat(vercel-edge): Do not vendor in all OpenTelemetry dependencies (#16841)
Previously, most of the OTEL dependencies have been `devDependencies` of
the vercel-edge package. This PR fixes this by properly defining the
dependencies we have.
NOTE: This was not per se incorrect, just not really necessary - we used
to inline all of these dependencies into the vercel-edge SDK.
Only the `@opentelemetry/sdk-trace-base` dependency remains a
devDependency, which means it is bundled in. Without this, edge routes
somehow fail on next 13 :/1 parent c36e75b commit a5173b7
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments