Skip to content

Commit

Permalink
docs(vue): Document supported version range (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho authored Jun 10, 2021
1 parent cf17a29 commit 4a46e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
This package is a wrapper around `@sentry/browser`, with added functionality related to Vue.js. All methods available in
`@sentry/browser` can be imported from `@sentry/vue`.

It targets Vue version `2.x`. Support for `3.x` is tracked by [GitHub issue #2925](https://github.com/getsentry/sentry-javascript/issues/2925).

To use this SDK, call `Sentry.init(options)` before you create a new Vue instance.

```javascript
Expand Down

0 comments on commit 4a46e21

Please sign in to comment.