Skip to content

Commit

Permalink
fix(config): add SENTRY_DSN as an env var to serverless config
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzertech committed Jun 25, 2019
1 parent 0ab57ac commit a7eecbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ provider:
SOUNDCLOUD_CLIENT_ID: ${ssm:SOUNDCLOUD_CLIENT_ID}
UNSPLASH_ACCESS_KEY: ${ssm:UNSPLASH_ACCESS_KEY}
DEBUG: '*Logger'
SENTRY_DSN: ${ssm:SENTRY_DSN}

package:
exclude:
Expand Down

0 comments on commit a7eecbf

Please sign in to comment.