Skip to content

Commit 79ca950

Browse files
committed
release: 4.0.0-alpha.2
1 parent 7b42e14 commit 79ca950

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.0.0-alpha.2
2+
3+
### Various fixes & improvements
4+
5+
- Switch to using setTags (#20) by @mattgauntseo-sentry
6+
- Add tags to exceptions (#20) by @mattgauntseo-sentry
7+
- feat(sentry-environment): handle nested describe blocks (#19) by @JonasBa
8+
- deps(profiling): bump 0.0.5 (#18) by @JonasBa
9+
110
## 4.0.0-alpha
211

312
### Various fixes & improvements

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/jest-environment",
3-
"version": "4.0.0-alpha",
3+
"version": "4.0.0-alpha.2",
44
"description": "Automatic performance and profiling instrumentation for your jest tests.",
55
"scripts": {
66
"test": "npm test"

0 commit comments

Comments
 (0)