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 b659aae commit 50060a4Copy full SHA for 50060a4
CHANGELOG.md
@@ -9,6 +9,8 @@
9
* NEW: Add `Raven.clearContext()` to empty all of the context.
10
* NEW: Add `Raven.getContext()` to get a copy of the current context.
11
* NEW: `Raven.set{Extra,Tags}Context(ctx)` now merges with existing values instead of overwriting.
12
+* NEW: Add `Raven.addPlugin()` to register a plugin to be initialized when installed.
13
+* NEW: Plugins are now initialized and loaded when calling `Raven.install()`. This avoid some race conditions with load order.
14
15
## 1.1.22
16
0 commit comments