Skip to content

Commit

Permalink
Merge pull request #37 from nuxt-community/aldarund-patch-1
Browse files Browse the repository at this point in the history
fix: change example of sentry command to valid
  • Loading branch information
DiederikvandenB committed Nov 10, 2018
2 parents e06490c + 6c9e862 commit bb6f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Enter your DSN in the NuxtJS config file. Additional config settings can be foun
In a Vue component, `Sentry` is available as `this.$sentry`, so we can call functions like

```
this.$sentry.setUserContext({user})
this.$sentry.captureException(new Error('example'))
```

where this is a Vue instance.
Expand Down

0 comments on commit bb6f70a

Please sign in to comment.