We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c628e6 commit 1308b9eCopy full SHA for 1308b9e
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to `permafrost-dev/vue-ray` will be documented in this file.
4
5
---
6
7
+## 1.12.0 - 2021-03-10
8
+
9
+- all exports are "named" exports now
10
11
+- all errors, including window errors and unhandled rejection errors, are also sent to Ray
12
13
+- added Vuex plugin `trackingOptions.propNames: string[]` that supports wildcard matching of store property names to display when tracking store data
14
15
+- readme updates and examples
16
17
## 1.11.0 - 2021-03-10
18
19
- allow specifying the `scheme` option when installing the Vue plugin _(http or https)_
0 commit comments