Skip to content

Commit

Permalink
[getsentry/action-github-commit] Auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Oct 24, 2023
1 parent 3aca06c commit e6ce38a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Add an error to you function and run it. If everything's working properly, it sh

## Troubleshooting

* **Error:** `"Unable to import module 'sentry_sdk.integrations.init_serverless_sdk': urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'."`
- **Error:** `"Unable to import module 'sentry_sdk.integrations.init_serverless_sdk': urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'."`

**Solution:** You need to update the runtime of your Lambda function be at least Python 3.9. Because older versions of the Lambda Python runtime have and OpenSSL version installed, that is not compatible with the Sentry SDK.

Expand Down

0 comments on commit e6ce38a

Please sign in to comment.