You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Moved logic from aws_lambda.py to aws_lambda.__init__
* Added init function that revokes original handler
* Added documentation
* fix: Formatting
* Added test definition for serverless no code instrumentation
* TODO comments
* Refactored AWSLambda Layer script and fixed missing dir bug
* Removed redunant line
* Organized import
* Moved build-aws-layer script to integrations/aws_lambda
* Added check if path fails
* Renamed script to have underscore rather than dashes
* Fixed naming change for calling script
* Tests to ensure lambda check does not fail existing tests
* Added dest abs path as an arg
* Testing init script
* Modifying tests to accomodate addtion of layer
* Added test that ensures serverless auto instrumentation works as expected
* Removed redundant test arg from sentry_sdk init in serverless init
* Removed redundant todo statement
* Refactored layer and function creation into its own function
* Linting fixes
* Linting fixes
* Moved scripts from within sdk to scripts dir
* Updated documentation
* Pinned dependency to fix CI issue
Co-authored-by: sentry-bot <markus+ghbot@sentry.io>
0 commit comments