This is fairly close as the logging constructs added in the go version were added to sentry. Here's what we need to do to finish it out - [ ] Add a SENTRY_ENVIRONMENT variables to each lambda so that we can properly differentiate between lambdas. - [ ] Update CDK code to accept a SENTRY_DSN - [ ] Add SENTRY_DSN to each of our Github environments and update GHA to refrence this and pass to CDK - [ ] Build out a generic ErrorReporter (probably a part of the logging package) that can handle sentry initialization and properly flushing events - [ ] Expose method or public struct field to each entry point to trigger our ErrorReporter
This is fairly close as the logging constructs added in the go version were added to sentry. Here's what we need to do to finish it out