Skip to content

Commit

Permalink
tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Mar 22, 2024
1 parent 3c3490d commit ce03a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/serverless-otel/packages/functions/src/tracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AwsInstrumentation } from '@opentelemetry/instrumentation-aws-sdk';
import { withOpenTelemetry } from '../../../../../src/lambda';

new BaselimeSDK({
baselimeKey: 'b8057b381914a8afbeefd581fdfcd5c3cba462b4', collectorUrl: 'https://otel.baselime.cc/v1', serverless: false, instrumentations: [
baselimeKey: '', collectorUrl: 'https://otel.baselime.cc/v1', serverless: false, instrumentations: [
new AwsInstrumentation({
suppressInternalInstrumentation: true,
}),
Expand Down

0 comments on commit ce03a61

Please sign in to comment.