Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/datadog-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.93.0
Choose a base ref
...
head repository: DataDog/datadog-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.94.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 30, 2024

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

Commits on May 1, 2024

  1. Detect exceptions raised outside of the handler (#475)

    * emit enhanced error metric and create span when an exception is raised outside of the handler function
    
    * rename handler
    
    * move fallback handler to wrapper.py
    
    * fix duration
    
    * respect DD_TRACE_ENABLED
    
    * emit telemetry and raise during init
    
    * Update datadog_lambda/tags.py
    
    Co-authored-by: jordan gonzález <[email protected]>
    
    ---------
    
    Co-authored-by: jordan gonzález <[email protected]>
    TalUsvyatsky and duncanista authored May 1, 2024
    Configuration menu
    Copy the full SHA
    a95341e View commit details
    Browse the repository at this point in the history
  2. v5.94.0 (#482)

    TalUsvyatsky authored May 1, 2024
    Configuration menu
    Copy the full SHA
    bd1e625 View commit details
    Browse the repository at this point in the history
Loading