File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ import { FancyLink } from "../../components/FancyLink.tsx";
77
88const otelCode = `import { App } from "fresh";
99
10- const app = new App({
11- // When OpenTelemetry is active, Fresh
12- // auto-injects a <meta name="traceparent">
13- // tag — connecting browser traces to
14- // server spans, zero config required
15- otel: true,
16- });
10+ // When OpenTelemetry is active, Fresh
11+ // auto-injects a <meta name="traceparent">
12+ // tag — connecting browser traces to
13+ // server spans, zero config required
14+ const app = new App();
1715
1816app.listen();` ;
1917
@@ -54,7 +52,7 @@ export function SecuritySection() {
5452 </ p >
5553 < p >
5654 Get full-stack observability across your entire request lifecycle
57- with a single flag .
55+ with zero configuration .
5856 </ p >
5957 < FancyLink href = "/docs/advanced/opentelemetry" class = "mt-2" >
6058 Learn about OpenTelemetry
You can’t perform that action at this time.
0 commit comments