Open
Description
AWS Lambda has the simple approach where you add a method, and the ASP.NET Core Server
approach.
For the latter we already have a good sample in this repo and docs and even a Wizard at Sentry already. For the former, the suggestion is still Sentry.Init
and Flush
which is OK but could be improved.
The goal is to provide a package that would make using Sentry really easy (ideally no code change, only DSN in a configuration file or just a small code change). An example of that is the integration with Google Cloud Platform that's going to be merged once is out of Beta: #529
There are new examples of AWS Lambda Extensions that could be a solution but require investigation.
Related to: #281