Skip to content

Commit 5c748ea

Browse files
committed
misc: 5.21.2 changelog
1 parent 02ac212 commit 5c748ea

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,23 @@
33
## Unreleased
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6-
- [apm/tracing] fix: Make sure Performance Observer takeRecords() is defined
6+
7+
## 5.21.2
8+
9+
- [tracing] fix: Normalize transaction names for express methods to match those of other SDKs (#2832)
10+
- [tracing] feat: Change resource span op name and add data (#2816)
11+
- [tracing] ref: Make sure error status is set on transactions (#2818)
12+
- [apm/tracing] fix: Make sure Performance Observer takeRecords() is defined (#2825)
713

814
## 5.21.1
915

10-
- [ember] fix: Make the package public and fix the build by bumping TypeScript to v3.9
16+
- [ember] fix: Make the package public and fix the build by bumping TypeScript to v3.9 (#2811)
1117
- [eslint] test: Don't test eslint config/plugin on Node <= v8
1218

1319
## 5.21.0
1420

1521
- [all] feat: Convert `sentry-javascript` to `ESLint` (#2786)
1622
- [internal/eslint] feat: Add `@sentry-internal/eslint-config-sdk` (#2807)
17-
- [internal/eslint] feat: Add `@sentry-internal/eslint-plugin-sdk` (#2807)
1823
- [ember] feat: Add `@sentry/ember` (#2739)
1924
- [angular] feat: Add `@sentry/angular` (#2787)
2025
- [react] feat: Add routing instrumentation for `React Router v4/v5` (#2780)
@@ -25,13 +30,13 @@
2530

2631
## 5.20.1
2732

28-
- [react] feat: Add instrumentation for React Router v3 (#2759)
33+
- [core] ref: Expose sentry request for electron (#2774)
34+
- [browser] fix: Make sure that DSN is always passed to report dialog (#2770)
2935
- [apm/tracing] fix: Make sure fetch requests are being timed correctly (#2772)
3036
- [apm/tracing] fix: Make sure pageload transactions start timestamps are correctly generated (#2773)
37+
- [react] feat: Add instrumentation for React Router v3 (#2759)
3138
- [react] ref: Use inline types to avoid redux dependency. (#2768)
32-
- [core] ref: Expose sentry request for electron (#2774)
3339
- [node] fix: Set transaction on scope in node for request (#2769)
34-
- [browser] fix: Make sure that DSN is always passed to report dialog (#2770)
3540

3641
## 5.20.0
3742

@@ -54,15 +59,15 @@
5459

5560
## 5.19.1
5661

57-
- [tracing] fix: APM CDN bundle expose startTransaction (#2726)
5862
- [browser] fix: Correctly remove all event listeners (#2725)
63+
- [tracing] fix: APM CDN bundle expose startTransaction (#2726)
5964
- [tracing] fix: Add manual `DOMStringList` typing (#2718)
6065

6166
## 5.19.0
6267

63-
- [tracing] feat: Pick up sentry-trace in JS <meta/> tag (#2703)
6468
- [react] feat: Expose eventId on ErrorBoundary component (#2704)
6569
- [node] fix: Extract transaction from nested express paths correctly (#2714)
70+
- [tracing] feat: Pick up sentry-trace in JS <meta/> tag (#2703)
6671
- [tracing] fix: Respect fetch headers (#2712) (#2713)
6772
- [tracing] fix: Check if performance.getEntries() exists (#2710)
6873
- [tracing] fix: Add manual Location typing (#2700)
@@ -78,18 +83,18 @@
7883

7984
## 5.18.0
8085

86+
- [core] ref: Rename `whitelistUrls/blacklistUrls` to `allowUrls/denyUrls` (#2671)
87+
- [core] feat: Export `makeMain` (#2665)
88+
- [core] fix: Call `bindClient` when creating new `Hub` to make integrations work automatically (#2665)
8189
- [react] feat: Add @sentry/react package (#2631)
8290
- [react] feat: Add Error Boundary component (#2647)
8391
- [react] feat: Add useProfiler hook (#2659)
84-
- [core] feat: Export `makeMain` (#2665)
85-
- [core] fix: Call `bindClient` when creating new `Hub` to make integrations work automatically (#2665)
86-
- [gatsby] feat: Add @sentry/gatsby package (#2652)
87-
- [tracing] feat: Add `scope.getTransaction` to return a Transaction if it exists (#2668)
88-
- [tracing] ref: Deprecate `scope.setTransaction` in favor of `scope.setTransactionName` (#2668)
89-
- [core] ref: Rename `whitelistUrls/blacklistUrls` to `allowUrls/denyUrls` (#2671)
9092
- [react] ref: Refactor Profiler to account for update and render (#2677)
93+
- [gatsby] feat: Add @sentry/gatsby package (#2652)
9194
- [apm] feat: Add ability to get span from activity using `getActivitySpan` (#2677)
9295
- [apm] fix: Check if `performance.mark` exists before calling it (#2680)
96+
- [tracing] feat: Add `scope.getTransaction` to return a Transaction if it exists (#2668)
97+
- [tracing] ref: Deprecate `scope.setTransaction` in favor of `scope.setTransactionName` (#2668)
9398
- [tracing] feat: Add `beforeNavigate` option (#2691)
9499
- [tracing] ref: Create navigation transactions using `window.location.pathname` instead of `window.location.href`
95100
(#2691)

0 commit comments

Comments
 (0)