From 4a46e2169ce140dbffdcb38df8eb0a68ad276b39 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Thu, 10 Jun 2021 13:14:09 +0200 Subject: [PATCH] docs(vue): Document supported version range (#3663) --- packages/vue/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/vue/README.md b/packages/vue/README.md index 5119262426d7..50b936e31b05 100644 --- a/packages/vue/README.md +++ b/packages/vue/README.md @@ -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