Skip to content

Commit

Permalink
Update aws integration option comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Aug 8, 2024
1 parent 3715f11 commit 6c2953b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/aws-serverless/src/integration/awslambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ import { eventContextExtractor } from '../utils';
interface AwsLambdaOptions {
/**
* Disables the AWS context propagation and instead uses
* Sentry's context. This should usually be `true` when
* using Sentry to instrument Lambdas.
* Sentry's context. Defaults to `true`, in order for
* Sentry trace propagation to take precedence, but can
* be disabled if you want AWS propagation to take take
* precedence.
*/
disableAwsContextPropagation?: boolean;
}
Expand Down

0 comments on commit 6c2953b

Please sign in to comment.