Skip to content

Commit feb198b

Browse files
committed
Add angular GIF with Will
1 parent b6d7c8d commit feb198b

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ https://docs.sentry.io/platforms/javascript/angular/
66

77
### Deploying
88

9+
`nvm use`
10+
911
`npm install`
1012

1113
`npm install -g @sentry/cli`
1214

1315
The following command is defined in [package.json](https://github.com/sentry-demos/angular/blob/master/package.json#L12-L13) and will build, create release, upload source maps and deploy:
1416

1517
`npm run deploy`
18+
19+
## GIF
20+
![Alt Text](angular-demo.gif)

angular-demo.gif

6.35 MB
Loading

src/app/app.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as Sentry from "@sentry/browser";
88

99
Sentry.init({
1010
dsn: "https://[email protected]/269722",
11-
release: "a2afab974a383f395cf6c92cdebbe97fd5770aeb"
11+
release: "b6d7c8d5e2d0ca00c65090c8761ca07cefd95f12"
1212
});
1313

1414
export class SentryErrorHandler implements ErrorHandler {

src/app/app.module.ts-e

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as Sentry from "@sentry/browser";
88

99
Sentry.init({
1010
dsn: "https://[email protected]/269722",
11-
release: "a2afab974a383f395cf6c92cdebbe97fd5770aeb"
11+
release: "b6d7c8d5e2d0ca00c65090c8761ca07cefd95f12"
1212
});
1313

1414
export class SentryErrorHandler implements ErrorHandler {

0 commit comments

Comments
 (0)