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 9f7a40b commit 7df2378Copy full SHA for 7df2378
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Changelog
2
+
3
+## 2.0.0
4
5
+* Enhancements
6
+ * Return a task when sending a Sentry event
7
8
+* Bug Fixes
9
+ * Ensure `mix sentry.send_test_event` finishes sending event before ending Mix task
10
11
+* Backward incompatible changes
12
+ * `Sentry.capture_exception/1` now returns a `Task` instead of `{:ok, PID}`
0 commit comments