Skip to content

Commit

Permalink
Clarified Sentry Zero-Config Automatic Reporting
Browse files Browse the repository at this point in the history
Clarified that Sentry automatically reports all errors, and no manual commands are needed.
  • Loading branch information
MentalGear committed Apr 29, 2021
1 parent f7b84d5 commit fec06df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/en/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ category: Guide

Enter your DSN in the Nuxt.js config file. Additional config options can be found [here](https://docs.sentry.io/platforms/javascript/guides/vue/configuration/options/).

### Automatic Capturing
Once installed, Sentry automatically reports errors, uncaught exceptions, and unhandled rejections. No need for further steps, unless you like to report (certain) exceptions manually (or have deactivated integrations like 'GlobalError'). In this case, find below how to send reports manually.

### Usage in Vue components

In a Vue component, `Sentry` is available as `this.$sentry`, so we can call functions like
Expand Down

0 comments on commit fec06df

Please sign in to comment.