Skip to content

Commit 4a46e21

Browse files
authored
docs(vue): Document supported version range (#3663)
1 parent cf17a29 commit 4a46e21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vue/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
This package is a wrapper around `@sentry/browser`, with added functionality related to Vue.js. All methods available in
1818
`@sentry/browser` can be imported from `@sentry/vue`.
1919

20+
It targets Vue version `2.x`. Support for `3.x` is tracked by [GitHub issue #2925](https://github.com/getsentry/sentry-javascript/issues/2925).
21+
2022
To use this SDK, call `Sentry.init(options)` before you create a new Vue instance.
2123

2224
```javascript

0 commit comments

Comments
 (0)