|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 | 5 | - "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) |
7 | 13 |
|
8 | 14 | ## 5.21.1
|
9 | 15 |
|
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) |
11 | 17 | - [eslint] test: Don't test eslint config/plugin on Node <= v8
|
12 | 18 |
|
13 | 19 | ## 5.21.0
|
14 | 20 |
|
15 | 21 | - [all] feat: Convert `sentry-javascript` to `ESLint` (#2786)
|
16 | 22 | - [internal/eslint] feat: Add `@sentry-internal/eslint-config-sdk` (#2807)
|
17 |
| -- [internal/eslint] feat: Add `@sentry-internal/eslint-plugin-sdk` (#2807) |
18 | 23 | - [ember] feat: Add `@sentry/ember` (#2739)
|
19 | 24 | - [angular] feat: Add `@sentry/angular` (#2787)
|
20 | 25 | - [react] feat: Add routing instrumentation for `React Router v4/v5` (#2780)
|
|
25 | 30 |
|
26 | 31 | ## 5.20.1
|
27 | 32 |
|
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) |
29 | 35 | - [apm/tracing] fix: Make sure fetch requests are being timed correctly (#2772)
|
30 | 36 | - [apm/tracing] fix: Make sure pageload transactions start timestamps are correctly generated (#2773)
|
| 37 | +- [react] feat: Add instrumentation for React Router v3 (#2759) |
31 | 38 | - [react] ref: Use inline types to avoid redux dependency. (#2768)
|
32 |
| -- [core] ref: Expose sentry request for electron (#2774) |
33 | 39 | - [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) |
35 | 40 |
|
36 | 41 | ## 5.20.0
|
37 | 42 |
|
|
54 | 59 |
|
55 | 60 | ## 5.19.1
|
56 | 61 |
|
57 |
| -- [tracing] fix: APM CDN bundle expose startTransaction (#2726) |
58 | 62 | - [browser] fix: Correctly remove all event listeners (#2725)
|
| 63 | +- [tracing] fix: APM CDN bundle expose startTransaction (#2726) |
59 | 64 | - [tracing] fix: Add manual `DOMStringList` typing (#2718)
|
60 | 65 |
|
61 | 66 | ## 5.19.0
|
62 | 67 |
|
63 |
| -- [tracing] feat: Pick up sentry-trace in JS <meta/> tag (#2703) |
64 | 68 | - [react] feat: Expose eventId on ErrorBoundary component (#2704)
|
65 | 69 | - [node] fix: Extract transaction from nested express paths correctly (#2714)
|
| 70 | +- [tracing] feat: Pick up sentry-trace in JS <meta/> tag (#2703) |
66 | 71 | - [tracing] fix: Respect fetch headers (#2712) (#2713)
|
67 | 72 | - [tracing] fix: Check if performance.getEntries() exists (#2710)
|
68 | 73 | - [tracing] fix: Add manual Location typing (#2700)
|
|
78 | 83 |
|
79 | 84 | ## 5.18.0
|
80 | 85 |
|
| 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) |
81 | 89 | - [react] feat: Add @sentry/react package (#2631)
|
82 | 90 | - [react] feat: Add Error Boundary component (#2647)
|
83 | 91 | - [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) |
90 | 92 | - [react] ref: Refactor Profiler to account for update and render (#2677)
|
| 93 | +- [gatsby] feat: Add @sentry/gatsby package (#2652) |
91 | 94 | - [apm] feat: Add ability to get span from activity using `getActivitySpan` (#2677)
|
92 | 95 | - [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) |
93 | 98 | - [tracing] feat: Add `beforeNavigate` option (#2691)
|
94 | 99 | - [tracing] ref: Create navigation transactions using `window.location.pathname` instead of `window.location.href`
|
95 | 100 | (#2691)
|
|
0 commit comments