You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,19 @@
4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+
## 6.0.1
8
+
9
+
-[vue] fix: Make sure that error is present before logging it in Vue (#3183)
10
+
-[serverless] fix: Fix issue when `/dist` didn't exist before building (#3190)
11
+
7
12
## 6.0.0
8
13
9
-
*This major version release doesn't contain any breaking API/code changes.*
10
-
Starting from the version `6.0.0`, all SDKs that support sending sessions data will do so by default. See our [Release Health](https://docs.sentry.io/product/releases/health/) docs to learn more.
11
-
As of this version, it applies to all Browser SDKs (Browser, React, Angular, Vue, Gatsby etc.). Node.js and other related Server SDKs will follow soon after, in the minor `6.x` release.
12
-
You can opt-out of this behavior by setting `autoSessionTracking: false` option during SDK initialization.
14
+
_This major version release doesn't contain any breaking API/code changes._ Starting from the version `6.0.0`, all SDKs
15
+
that support sending sessions data will do so by default. See our
16
+
[Release Health](https://docs.sentry.io/product/releases/health/) docs to learn more. As of this version, it applies to
17
+
all Browser SDKs (Browser, React, Angular, Vue, Gatsby etc.). Node.js and other related Server SDKs will follow soon
18
+
after, in the minor `6.x` release. You can opt-out of this behavior by setting `autoSessionTracking: false` option
19
+
during SDK initialization.
13
20
14
21
---
15
22
@@ -292,7 +299,8 @@ You can opt-out of this behavior by setting `autoSessionTracking: false` option
292
299
-[tracing] feat: Add `scope.getTransaction` to return a Transaction if it exists (#2668)
293
300
-[tracing] ref: Deprecate `scope.setTransaction` in favor of `scope.setTransactionName` (#2668)
0 commit comments