Skip to content

Add sentry for error monitoring #24

@glitchedmob

Description

@glitchedmob

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions