Skip to content

Commit

Permalink
chore(#14): Fix indentation in README.md
Browse files Browse the repository at this point in the history
Co-authored-by: James Sumners <[email protected]>
Signed-off-by: tskorupka <[email protected]>
  • Loading branch information
tskorupka and jsumners authored Feb 1, 2025
1 parent 57a36ff commit e9ae724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Example:
const FastifyOtelInstrumentation = require('@fastify/otel');

// If serverName is not provided, it will fallback to OTEL_SERVICE_NAME
// as per https://opentelemetry.io/docs/languages/sdk-configuration/general/.
// as per https://opentelemetry.io/docs/languages/sdk-configuration/general/.
const fastifyOtelInstrumentation = new FastifyOtelInstrumentation({ serverName: '<yourCustomApplicationName>' });
fastifyOtelInstrumentation.setTraceProvider(provider)

Expand Down

0 comments on commit e9ae724

Please sign in to comment.