Skip to content

Commit efcd66c

Browse files
committed
meta: Comment
1 parent fdc3ea9 commit efcd66c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 5.15.4
8+
9+
- [node] fix: Path domain onto global extension method to not use require (#2527)
10+
711
## 5.15.3
812

913
- [hub] fix: Restore dynamicRequire, but for `perf_hooks` only (#2524)

packages/node/test/domain.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import { getCurrentHub, Hub } from '@sentry/core';
22
import * as domain from 'domain';
33

4+
// We need this import here to patch domain on the global object
45
import * as Sentry from '../src';
56

7+
// tslint:disable-next-line: no-console
68
console.log(Sentry.SDK_NAME);
79

810
describe('domains', () => {

0 commit comments

Comments
 (0)