Skip to content

Commit e74e3d1

Browse files
committed
prettier
1 parent 0f9c78c commit e74e3d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/web/docs/src/content/gateway/monitoring-tracing.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,6 @@ will enable logging of OpenTelemetry SDK based on `OTEL_LOG_LEVEL` env variable.
10921092
By default, Hive Gateway configure the Diagnostics API to output logs using Hive Gateway's logger.
10931093
You can disable this using `configureDiagLogger` option.
10941094

1095-
10961095
```ts filename="gateway.config.ts"
10971096
const opentelemetryConfig = {
10981097
// Use the default DiagLogger, which outputs logs directly to stdout
@@ -1933,7 +1932,6 @@ can use
19331932
[`trace.getSpan` standard function](https://opentelemetry.io/docs/languages/js/instrumentation/#get-a-span-from-context)
19341933
to get access to the current span.
19351934

1936-
19371935
<Tabs items={["With Context Manager", "Without Context Manager"]}>
19381936

19391937
<Tabs.Tab>

0 commit comments

Comments
 (0)