We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33c42b commit 610241bCopy full SHA for 610241b
docs/patterns/deploy.md
@@ -55,7 +55,7 @@ This is great as the deployment server doesn't need to install an extra runtime
55
### Why not --minify
56
Bun does have `--minify` flag that will minify the binary.
57
58
-However if we are using [OpenTelemetry](/plugin/opentelemetry), it's going to reduce a function name to a single character.
+However if we are using [OpenTelemetry](/plugins/opentelemetry), it's going to reduce a function name to a single character.
59
60
This make tracing harder than it should as OpenTelemetry rely on a function name.
61
0 commit comments