Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(integrations): Fix Lambda integration with EventBridge source #2546

Merged
merged 3 commits into from
Dec 1, 2023

Commits on Nov 30, 2023

  1. fix(integrations): Fix Lambda integration with EventBridge source

    When a lambda is triggered by an AWS EventBridge pipe the record
    contains an explicit "header" key with an empty list. This breaks the
    assumption that headers is always a dict or None. Update the
    AwsLambdaIntegration to explicitly verify that header is a dict before
    passing it on to the `continue_trace` function.
    
    Fixes getsentryGH-2545
    davidcroda committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5d30d73 View commit details
    Browse the repository at this point in the history
  2. Use isinstance instead of type

    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    davidcroda and sentrivana committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2792d17 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    cf09720 View commit details
    Browse the repository at this point in the history