Skip to content

Commit

Permalink
Add Sentry DSN to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Apr 7, 2023
1 parent dc93c00 commit 0446e81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Parameters:
Default: AppAPIKey
Description: "The DC aggregator API key"
Type: AWS::SSM::Parameter::Value<String>
AppSentryDSN:
Default: SENTRY_DSN
Description: "The Sentry DSN"
Type: AWS::SSM::Parameter::Value<String>

Resources:
ECDeployerRole:
Expand Down Expand Up @@ -59,6 +63,7 @@ Resources:
Variables:
FQDN: !Ref FQDN
API_KEY: !Ref AppAPIKey
SENTRY_DSN: !Ref AppSentryDSN
Events:
HTTPRequests:
Type: Api
Expand Down

0 comments on commit 0446e81

Please sign in to comment.