Skip to content

Commit

Permalink
reset changes
Browse files Browse the repository at this point in the history
  • Loading branch information
idosun committed Aug 26, 2019
1 parent 3725daa commit 975418e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 5 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Must have `sentry-cli` installed globally
# Following variable must be passed in
# SENTRY_AUTH_TOKEN
# Following variables must be passed in

#SENTRY_AUTH_TOKEN=
#SENTRY_ORG=
#SENTRY_PROJECT=

SENTRY_ORG=
SENTRY_PROJECT=
VERSION=`sentry-cli releases propose-version`
PREFIX=static/js

setup_release: $(info ************ RELEASE VERSIOIN **********)
4 changes: 1 addition & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
<!-- Configure SDK -->
<script>
Sentry.init({
dsn: 'https://[email protected]/1484220',
release: "%REACT_APP_RELEASE%",
environment: "prod"
dsn: '<PASTE YOUR DSN KEY HERE>'
});
</script>
<link href="https://fonts.googleapis.com/css?family=Karla:400,700" rel="stylesheet">
Expand Down

0 comments on commit 975418e

Please sign in to comment.