File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Coming soon...
6
6
7
+ ## 5.7.1
8
+
9
+ - [ core] ref: Use the smallest possible interface for our needs - ` PromiseLike ` (#2273 )
10
+ - [ utils] fix: Add TS dom reference to make sure its in place for compilation (#2274 )
11
+
7
12
## 5.7.0
8
13
9
14
- [ core] ref: Use ` Promise ` as the interface, but ` SyncPromise ` as the implementation in all the places we need ` thenable ` API
Original file line number Diff line number Diff line change
1
+ /// <reference lib="dom" />
2
+
1
3
/**
2
4
* Checks whether given value's type is one of a few Error or Error-like
3
5
* {@link isError}.
Original file line number Diff line number Diff line change
1
+ /// <reference lib="dom" />
2
+
1
3
import { Event , Integration , WrappedFunction } from '@sentry/types' ;
2
4
3
5
import { isString } from './is' ;
You can’t perform that action at this time.
0 commit comments